pub struct Frequency(/* private fields */);
Expand description
Frequency of the clock/timer/counter used as time base
Implementations§
Trait Implementations§
Source§impl AddAssign for Frequency
impl AddAssign 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 Frequency
impl<__RhsT> MulAssign<__RhsT> for Frequency
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 PartialOrd for Frequency
impl PartialOrd for Frequency
impl Copy for Frequency
impl Eq for Frequency
impl StructuralPartialEq for Frequency
Auto Trait Implementations§
impl Freeze for Frequency
impl RefUnwindSafe for Frequency
impl Send for Frequency
impl Sync for Frequency
impl Unpin for Frequency
impl UnwindSafe for Frequency
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