Struct script::dom::performancemeasure::PerformanceMeasure
source · #[repr(C)]pub struct PerformanceMeasure {
entry: PerformanceEntry,
}
Fields§
§entry: PerformanceEntry
Implementations§
source§impl PerformanceMeasure
impl PerformanceMeasure
fn __assert_parent_type(&self)
source§impl PerformanceMeasure
impl PerformanceMeasure
fn new_inherited(
name: DOMString,
start_time: f64,
duration: f64
) -> PerformanceMeasure
pub fn new(
global: &GlobalScope,
name: DOMString,
start_time: f64,
duration: f64
) -> Root<Dom<PerformanceMeasure>>
Trait Implementations§
source§impl Castable for PerformanceMeasure
impl Castable for PerformanceMeasure
source§impl DomObject for PerformanceMeasure
impl DomObject for PerformanceMeasure
source§impl DomObjectWrap for PerformanceMeasure
impl DomObjectWrap for PerformanceMeasure
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PerformanceMeasureBinding::PerformanceMeasureBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::performancemeasure::PerformanceMeasure>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::performancemeasure::PerformanceMeasure>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PerformanceMeasureBinding::PerformanceMeasureBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::performancemeasure::PerformanceMeasure>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::performancemeasure::PerformanceMeasure>>}
Function pointer to the general wrap function type
source§impl HasParent for PerformanceMeasure
impl HasParent for PerformanceMeasure
source§fn as_parent(&self) -> &PerformanceEntry
fn as_parent(&self) -> &PerformanceEntry
This is used in a type assertion to ensure that the source and webidls agree as to what the parent type is
type Parent = PerformanceEntry
source§impl IDLInterface for PerformanceMeasure
impl IDLInterface for PerformanceMeasure
source§impl JSTraceable for PerformanceMeasure
impl JSTraceable for PerformanceMeasure
source§impl MallocSizeOf for PerformanceMeasure
impl MallocSizeOf for PerformanceMeasure
source§fn 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.
source§impl MutDomObject for PerformanceMeasure
impl MutDomObject for PerformanceMeasure
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<PerformanceMeasure> for PerformanceMeasure
impl PartialEq<PerformanceMeasure> for PerformanceMeasure
source§fn eq(&self, other: &PerformanceMeasure) -> bool
fn eq(&self, other: &PerformanceMeasure) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl DerivedFrom<PerformanceEntry> for PerformanceMeasure
Auto Trait Implementations§
impl !RefUnwindSafe for PerformanceMeasure
impl !Send for PerformanceMeasure
impl !Sync for PerformanceMeasure
impl Unpin for PerformanceMeasure
impl UnwindSafe for PerformanceMeasure
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert