Struct mozjs::jsapi::Function
[−]
[src]
#[repr(C)]pub struct Function { pub base: Object, pub nargs: u16, pub flags: u16, pub native: JSNative, pub jitinfo: *const JSJitInfo, pub _1: *mut c_void, }
Fields
base: Object
nargs: u16
flags: u16
native: JSNative
jitinfo: *const JSJitInfo
_1: *mut c_void
Trait Implementations
impl Debug for Function
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more