pub struct PerformanceTimelineTaskSource(pub Box<dyn ScriptChan + Send + 'static>, pub PipelineId);
Tuple Fields§
§0: Box<dyn ScriptChan + Send + 'static>
§1: PipelineId
Implementations§
source§impl PerformanceTimelineTaskSource
impl PerformanceTimelineTaskSource
pub fn queue_notification(&self, global: &GlobalScope)
Trait Implementations§
source§impl Clone for PerformanceTimelineTaskSource
impl Clone for PerformanceTimelineTaskSource
source§fn clone(&self) -> PerformanceTimelineTaskSource
fn clone(&self) -> PerformanceTimelineTaskSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaskSource for PerformanceTimelineTaskSource
impl TaskSource for PerformanceTimelineTaskSource
const NAME: TaskSourceName = TaskSourceName::PerformanceTimeline
fn queue_with_canceller<T>(
&self,
task: T,
canceller: &TaskCanceller
) -> Result<(), ()>where
T: TaskOnce + 'static,
fn queue<T>(&self, task: T, global: &GlobalScope) -> Result<(), ()>where
T: TaskOnce + 'static,
Auto Trait Implementations§
impl !RefUnwindSafe for PerformanceTimelineTaskSource
impl Send for PerformanceTimelineTaskSource
impl !Sync for PerformanceTimelineTaskSource
impl Unpin for PerformanceTimelineTaskSource
impl !UnwindSafe for PerformanceTimelineTaskSource
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> 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