Struct Hrtim
pub struct Hrtim { /* private fields */ }
Expand description
High Resolution Timer: Master Timer
Implementations§
Trait Implementations§
impl Copy for Hrtim
impl Eq for Hrtim
impl Send for Hrtim
impl StructuralPartialEq for Hrtim
impl Sync for Hrtim
Auto Trait Implementations§
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