Struct trace_recorder_parser::time::Frequency
source · pub struct Frequency(_);
Expand description
Frequency of the clock/timer/counter used as time base
Implementations§
Methods from Deref<Target = u32>§
Trait Implementations§
source§impl AddAssign<Frequency> for Frequency
impl AddAssign<Frequency> for Frequency
source§fn add_assign(&mut self, rhs: Frequency)
fn add_assign(&mut self, rhs: Frequency)
Performs the
+=
operation. Read moresource§impl<__RhsT> MulAssign<__RhsT> for Frequencywhere
u32: MulAssign<__RhsT>,
impl<__RhsT> MulAssign<__RhsT> for Frequencywhere
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 Frequency
impl Ord for Frequency
source§impl PartialEq<Frequency> for Frequency
impl PartialEq<Frequency> for Frequency
source§impl PartialOrd<Frequency> for Frequency
impl PartialOrd<Frequency> for Frequency
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