Struct mozjs::jsapi::JSPropertySpec_SelfHostedWrapper
[−]
[src]
#[repr(C)]pub struct JSPropertySpec_SelfHostedWrapper { pub unused: *mut c_void, pub funname: *const c_char, }
Fields
unused: *mut c_void
funname: *const c_char
Trait Implementations
impl Debug for JSPropertySpec_SelfHostedWrapper
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more