Struct mozjs::jsapi::CodeSizes
[−]
[src]
#[repr(C)]pub struct CodeSizes { pub ion: usize, pub baseline: usize, pub regexp: usize, pub other: usize, pub unused: usize, pub dummy: c_int, }
Data for tracking JIT-code memory usage.
Fields
ion: usize
baseline: usize
regexp: usize
other: usize
unused: usize
dummy: c_int
Trait Implementations
impl Debug for CodeSizes
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more