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

[src]

Formats the value using the given formatter.

impl Copy for AutoAssertNoAlloc
[src]

impl Clone for AutoAssertNoAlloc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more