Struct trace_recorder_parser::time::Ticks
source · pub struct Ticks(/* private fields */);
Implementations§
Trait Implementations§
source§impl AddAssign for Ticks
impl AddAssign for Ticks
source§fn add_assign(&mut self, rhs: Ticks)
fn add_assign(&mut self, rhs: Ticks)
Performs the
+=
operation. Read moresource§impl<__RhsT> MulAssign<__RhsT> for Ticks
impl<__RhsT> MulAssign<__RhsT> for Ticks
source§fn mul_assign(&mut self, rhs: __RhsT)
fn mul_assign(&mut self, rhs: __RhsT)
Performs the
*=
operation. Read moresource§impl Ord for Ticks
impl Ord for Ticks
source§impl PartialEq for Ticks
impl PartialEq for Ticks
source§impl PartialOrd for Ticks
impl PartialOrd for Ticks
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Ticks
impl Eq for Ticks
impl StructuralEq for Ticks
impl StructuralPartialEq for Ticks
Auto Trait Implementations§
impl RefUnwindSafe for Ticks
impl Send for Ticks
impl Sync for Ticks
impl Unpin for Ticks
impl UnwindSafe for Ticks
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