Type Alias mozjs::jsapi::js::RootedGCThingTraits_PersistentBase
source · pub type RootedGCThingTraits_PersistentBase = TypedRootedGCThingBase<PersistentRootedBase>;
Aliased Type§
struct RootedGCThingTraits_PersistentBase {
pub _base: PersistentRootedBase,
pub _phantom_0: PhantomData<UnsafeCell<PersistentRootedBase>>,
}
Fields§
§_base: PersistentRootedBase
§_phantom_0: PhantomData<UnsafeCell<PersistentRootedBase>>