Struct mozjs::jsapi::ObjectGroup
[−]
[src]
#[repr(C)]pub struct ObjectGroup { pub clasp: *const Class, pub proto: *mut JSObject, pub compartment: *mut JSCompartment, }
Fields
clasp: *const Class
proto: *mut JSObject
compartment: *mut JSCompartment
Trait Implementations
impl Debug for ObjectGroup
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more