Type Alias RootedString

Source
pub type RootedString = Rooted<*mut JSString>;

Aliased Type§

#[repr(C)]
pub struct RootedString { pub vtable: (), pub base: RootedBase, pub data: *mut JSString, }

Fields§

§vtable: ()§base: RootedBase§data: *mut JSString