pub type RootedId = Rooted<PropertyKey>;
Aliased Type§
struct RootedId {
pub vtable: (),
pub base: RootedBase,
pub ptr: MaybeUninit<PropertyKey>,
}
Fields§
§vtable: ()
§base: RootedBase
§ptr: MaybeUninit<PropertyKey>
The rooted value
This will be initialied iff there is a RootedGuard
for this Rooted