Struct script::dom::performancepainttiming::PerformancePaintTiming
source · #[repr(C)]pub struct PerformancePaintTiming {
entry: PerformanceEntry,
}
Fields§
§entry: PerformanceEntry
Implementations§
source§impl PerformancePaintTiming
impl PerformancePaintTiming
fn __assert_parent_type(&self)
source§impl PerformancePaintTiming
impl PerformancePaintTiming
fn new_inherited(
metric_type: ProgressiveWebMetricType,
start_time: u64
) -> PerformancePaintTiming
pub fn new(
global: &GlobalScope,
metric_type: ProgressiveWebMetricType,
start_time: u64
) -> Root<Dom<PerformancePaintTiming>>
Trait Implementations§
source§impl Castable for PerformancePaintTiming
impl Castable for PerformancePaintTiming
source§impl DomObject for PerformancePaintTiming
impl DomObject for PerformancePaintTiming
source§impl DomObjectWrap for PerformancePaintTiming
impl DomObjectWrap for PerformancePaintTiming
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PerformancePaintTimingBinding::PerformancePaintTimingBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::performancepainttiming::PerformancePaintTiming>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::performancepainttiming::PerformancePaintTiming>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PerformancePaintTimingBinding::PerformancePaintTimingBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::performancepainttiming::PerformancePaintTiming>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::performancepainttiming::PerformancePaintTiming>>}
Function pointer to the general wrap function type
source§impl HasParent for PerformancePaintTiming
impl HasParent for PerformancePaintTiming
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 JSTraceable for PerformancePaintTiming
impl JSTraceable for PerformancePaintTiming
source§impl MallocSizeOf for PerformancePaintTiming
impl MallocSizeOf for PerformancePaintTiming
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 PerformancePaintTiming
impl MutDomObject for PerformancePaintTiming
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<PerformancePaintTiming> for PerformancePaintTiming
impl PartialEq<PerformancePaintTiming> for PerformancePaintTiming
source§fn eq(&self, other: &PerformancePaintTiming) -> bool
fn eq(&self, other: &PerformancePaintTiming) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl DerivedFrom<PerformanceEntry> for PerformancePaintTiming
Auto Trait Implementations§
impl !RefUnwindSafe for PerformancePaintTiming
impl !Send for PerformancePaintTiming
impl !Sync for PerformancePaintTiming
impl Unpin for PerformancePaintTiming
impl UnwindSafe for PerformancePaintTiming
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