Struct js::jsapi::AutoDisableGenerationalGC [] [src]

#[repr(C)]
pub struct AutoDisableGenerationalGC { pub gc: *mut GCRuntime, }

Ensure that generational GC is disabled within some scope.

Fields

Trait Implementations

impl Debug for AutoDisableGenerationalGC
[src]

[src]

Formats the value using the given formatter.