Struct script::dom::performancenavigation::PerformanceNavigation
source · #[repr(C)]pub struct PerformanceNavigation {
reflector_: Reflector,
}
Fields
reflector_: Reflector
Implementations
fn __assert_parent_type(&self)
fn new_inherited() -> PerformanceNavigation
pub fn new(global: &GlobalScope) -> Root<Dom<PerformanceNavigation>>
Trait Implementations
sourceconst WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PerformanceNavigationBinding::PerformanceNavigationBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::performancenavigation::PerformanceNavigation>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::performancenavigation::PerformanceNavigation>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PerformanceNavigationBinding::PerformanceNavigationBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::performancenavigation::PerformanceNavigation>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::performancenavigation::PerformanceNavigation>>}
Function pointer to the general wrap function type
sourcefn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself. Read more
sourceunsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
sourcefn eq(&self, other: &PerformanceNavigation) -> bool
fn eq(&self, other: &PerformanceNavigation) -> bool
sourceunsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)
unsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)
Convert
self
to a JSVal
. JSAPI failure causes a panic.Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourcefn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
sourcefn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert
type Output = T
type Output = T
Should always be
Self