Struct mozjs::jsapi::ObjectGroup [] [src]

#[repr(C)]
pub struct ObjectGroup { pub clasp: *const Class, pub proto: *mut JSObject, pub compartment: *mut JSCompartment, }

Fields

Trait Implementations

impl Debug for ObjectGroup
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ObjectGroup
[src]

impl Clone for ObjectGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more