Struct js::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

Trait Implementations

impl Debug for ServoSizes
[src]

[src]

Formats the value using the given formatter.

impl Copy for ServoSizes
[src]

impl Clone for ServoSizes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more