pub struct PerfTick(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for PerfTick
impl Ord for PerfTick
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PerfTick
impl PartialOrd for PerfTick
impl Copy for PerfTick
impl Eq for PerfTick
impl StructuralPartialEq for PerfTick
Auto Trait Implementations§
impl Freeze for PerfTick
impl RefUnwindSafe for PerfTick
impl Send for PerfTick
impl Sync for PerfTick
impl Unpin for PerfTick
impl UnsafeUnpin for PerfTick
impl UnwindSafe for PerfTick
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