pub struct PerfTimeMicros(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PerfTimeMicros
impl Clone for PerfTimeMicros
Source§fn clone(&self) -> PerfTimeMicros
fn clone(&self) -> PerfTimeMicros
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PerfTimeMicros
impl Debug for PerfTimeMicros
Source§impl Default for PerfTimeMicros
impl Default for PerfTimeMicros
Source§fn default() -> PerfTimeMicros
fn default() -> PerfTimeMicros
Returns the “default value” for a type. Read more
Source§impl Hash for PerfTimeMicros
impl Hash for PerfTimeMicros
Source§impl Ord for PerfTimeMicros
impl Ord for PerfTimeMicros
Source§fn cmp(&self, other: &PerfTimeMicros) -> Ordering
fn cmp(&self, other: &PerfTimeMicros) -> Ordering
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 PartialEq for PerfTimeMicros
impl PartialEq for PerfTimeMicros
Source§fn eq(&self, other: &PerfTimeMicros) -> bool
fn eq(&self, other: &PerfTimeMicros) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PerfTimeMicros
impl PartialOrd for PerfTimeMicros
impl Copy for PerfTimeMicros
impl Eq for PerfTimeMicros
impl StructuralPartialEq for PerfTimeMicros
Auto Trait Implementations§
impl Freeze for PerfTimeMicros
impl RefUnwindSafe for PerfTimeMicros
impl Send for PerfTimeMicros
impl Sync for PerfTimeMicros
impl Unpin for PerfTimeMicros
impl UnsafeUnpin for PerfTimeMicros
impl UnwindSafe for PerfTimeMicros
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