Struct trace_recorder_parser::time::Ticks
source · pub struct Ticks(_);
Implementations§
Trait Implementations§
source§impl AddAssign<Ticks> for Ticks
impl AddAssign<Ticks> 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 Tickswhere
u32: MulAssign<__RhsT>,
impl<__RhsT> MulAssign<__RhsT> for Tickswhere u32: MulAssign<__RhsT>,
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<Ticks> for Ticks
impl PartialEq<Ticks> for Ticks
source§impl PartialOrd<Ticks> for Ticks
impl PartialOrd<Ticks> 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 more