Struct mozjs::jsapi::JSFunctionSpecWithHelp
[−]
[src]
#[repr(C)]pub struct JSFunctionSpecWithHelp { pub name: *const c_char, pub call: JSNative, pub nargs: u16, pub flags: u16, pub jitInfo: *const JSJitInfo, pub usage: *const c_char, pub help: *const c_char, }
Fields
name: *const c_char
call: JSNative
nargs: u16
flags: u16
jitInfo: *const JSJitInfo
usage: *const c_char
help: *const c_char
Trait Implementations
impl Debug for JSFunctionSpecWithHelp
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more