pub struct SysTickTimeout { /* private fields */ }Expand description
SysTick must be set to 1 kHz frequency
Implementations§
Trait Implementations§
Source§impl Timeout for SysTickTimeout
impl Timeout for SysTickTimeout
fn start(&mut self) -> impl TimeoutInstance
Auto Trait Implementations§
impl Freeze for SysTickTimeout
impl RefUnwindSafe for SysTickTimeout
impl Send for SysTickTimeout
impl Sync for SysTickTimeout
impl Unpin for SysTickTimeout
impl UnwindSafe for SysTickTimeout
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