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