pub struct HS_TIMER { /* private fields */ }
Expand description
High Speed Timer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HS_TIMER
impl RefUnwindSafe for HS_TIMER
impl !Sync for HS_TIMER
impl Unpin for HS_TIMER
impl UnwindSafe for HS_TIMER
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