Struct js::jsapi::GCSizes [] [src]

#[repr(C)]
pub struct GCSizes { pub marker: usize, pub nurseryCommitted: usize, pub nurseryDecommitted: usize, pub nurseryMallocedBuffers: usize, pub storeBufferVals: usize, pub storeBufferCells: usize, pub storeBufferSlots: usize, pub storeBufferWholeCells: usize, pub storeBufferGenerics: usize, pub dummy: c_int, }

Data for tracking GC memory usage.

Fields

Trait Implementations

impl Debug for GCSizes
[src]

[src]

Formats the value using the given formatter.

impl Copy for GCSizes
[src]

impl Clone for GCSizes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more