Type Alias mozjs_sys::jsapi::js::RootedGCThingTraits_StackBase

source ·
pub type RootedGCThingTraits_StackBase = TypedRootedGCThingBase<StackRootedBase>;

Aliased Type§

struct RootedGCThingTraits_StackBase {
    pub _base: StackRootedBase,
    pub _phantom_0: PhantomData<UnsafeCell<StackRootedBase>>,
}

Fields§

§_base: StackRootedBase§_phantom_0: PhantomData<UnsafeCell<StackRootedBase>>