pub struct DelayCM { /* private fields */ }Expand description
Cortex-M asm::delay as provider
Implementations§
Trait Implementations§
impl Copy for DelayCM
Auto Trait Implementations§
impl Freeze for DelayCM
impl RefUnwindSafe for DelayCM
impl Send for DelayCM
impl Sync for DelayCM
impl Unpin for DelayCM
impl UnwindSafe for DelayCM
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