Type Alias mozjs::jsapi::RootedString
source · pub type RootedString = Rooted<*mut JSString>;
Aliased Type§
struct RootedString {
pub vtable: (),
pub base: RootedBase,
pub ptr: *mut JSString,
}
Fields§
§vtable: ()
§base: RootedBase
§ptr: *mut JSString