Struct js::jsapi::AutoDisableGenerationalGC
[−]
[src]
#[repr(C)]pub struct AutoDisableGenerationalGC { pub gc: *mut GCRuntime, }
Ensure that generational GC is disabled within some scope.
Fields
gc: *mut GCRuntime