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 PartialOrd for Ticks
impl PartialOrd for Ticks
impl Copy for Ticks
impl Eq for Ticks
impl StructuralPartialEq for Ticks
Auto Trait Implementations§
impl Freeze for Ticks
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