Struct mozjs::jsapi::ServoSizes
[−]
[src]
#[repr(C)]pub struct ServoSizes { pub gcHeapUsed: usize, pub gcHeapUnused: usize, pub gcHeapAdmin: usize, pub gcHeapDecommitted: usize, pub mallocHeap: usize, pub nonHeap: usize, }
These are the measurements used by Servo.
Fields
gcHeapUsed: usize
gcHeapUnused: usize
gcHeapAdmin: usize
gcHeapDecommitted: usize
mallocHeap: usize
nonHeap: usize
Trait Implementations
impl Debug for ServoSizes
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more