Struct js::jsapi::GCDescription [] [src]

#[repr(C)]
pub struct GCDescription { pub isCompartment_: bool, pub invocationKind_: JSGCInvocationKind, pub reason_: Reason, }

Fields

Methods

impl GCDescription
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for GCDescription
[src]

[src]

Formats the value using the given formatter.

impl Copy for GCDescription
[src]

impl Clone for GCDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more