Struct mozjs::jsapi::Object
[−]
[src]
#[repr(C)]pub struct Object { pub group: *mut ObjectGroup, pub shape: *mut Shape, pub slots: *mut Value, pub _1: *mut c_void, }
This layout is shared by all native objects. For non-native objects, the group may always be accessed safely, and other members may be as well, depending on the object's specific layout.
Fields
group: *mut ObjectGroup
shape: *mut Shape
slots: *mut Value
_1: *mut c_void
Trait Implementations
impl Debug for Object
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more