pub type RootedFunction = Rooted<*mut JSFunction>;Aliased Type§
#[repr(C)]pub struct RootedFunction {
pub vtable: (),
pub base: RootedBase,
pub data: *mut JSFunction,
}Fields§
§vtable: ()§base: RootedBase§data: *mut JSFunctionpub type RootedFunction = Rooted<*mut JSFunction>;#[repr(C)]pub struct RootedFunction {
pub vtable: (),
pub base: RootedBase,
pub data: *mut JSFunction,
}vtable: ()§base: RootedBase§data: *mut JSFunction