pub struct STK { /* private fields */ }Expand description
SysTick timer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for STK
impl Freeze for STK
impl RefUnwindSafe for STK
impl Unpin for STK
impl UnsafeUnpin for STK
impl UnwindSafe for STK
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