Struct mozjs::jsapi::AutoAssertNoAlloc
[−]
[src]
#[repr(C)]pub struct AutoAssertNoAlloc;
Assert if an allocation of a GC thing occurs while this class is live. This class does not disable the static rooting hazard analysis.
Trait Implementations
impl Debug for AutoAssertNoAlloc
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more