Struct mozjs::jsapi::TabSizes
[−]
[src]
#[repr(C)]pub struct TabSizes { pub objects: usize, pub strings: usize, pub private_: usize, pub other: usize, }
Fields
objects: usize
strings: usize
private_: usize
other: usize
Trait Implementations
impl Debug for TabSizes
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more