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

Trait Implementations

impl Debug for Object
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Object
[src]

impl Clone for Object
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more