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