Struct puffin::FrameSinkId
source · pub struct FrameSinkId(/* private fields */);
Expand description
Identifies a specific FrameSink
when added to GlobalProfiler
.
Trait Implementations§
source§impl Clone for FrameSinkId
impl Clone for FrameSinkId
source§fn clone(&self) -> FrameSinkId
fn clone(&self) -> FrameSinkId
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 Debug for FrameSinkId
impl Debug for FrameSinkId
source§impl Hash for FrameSinkId
impl Hash for FrameSinkId
source§impl PartialEq for FrameSinkId
impl PartialEq for FrameSinkId
source§fn eq(&self, other: &FrameSinkId) -> bool
fn eq(&self, other: &FrameSinkId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FrameSinkId
impl Eq for FrameSinkId
impl StructuralPartialEq for FrameSinkId
Auto Trait Implementations§
impl Freeze for FrameSinkId
impl RefUnwindSafe for FrameSinkId
impl Send for FrameSinkId
impl Sync for FrameSinkId
impl Unpin for FrameSinkId
impl UnwindSafe for FrameSinkId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more