Struct puffin::FrameSinkId [−][src]
pub struct FrameSinkId(_);
Expand description
Identifies a specific FrameSink
when added to GlobalProfiler
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FrameSinkId
impl Send for FrameSinkId
impl Sync for FrameSinkId
impl Unpin for FrameSinkId
impl UnwindSafe for FrameSinkId
Blanket Implementations
Mutably borrows from an owned value. Read more