Struct js::jsapi::GCCellPtr [] [src]

#[repr(C)]
pub struct GCCellPtr { pub ptr: usize, }

A GC pointer, tagged with the trace kind.

In general, a GC pointer should be stored with an exact type. This class is for use when that is not possible because a single pointer must point to several kinds of GC thing.

Fields

Methods

impl GCCellPtr
[src]

[src]

Trait Implementations

impl Debug for GCCellPtr
[src]

[src]

Formats the value using the given formatter.

impl Copy for GCCellPtr
[src]

impl Clone for GCCellPtr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more