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