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
ptr: usize