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