pub struct StdDelay;
Expand description
An implementation of the embedded-hal DelayMs trait that works when std is available.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdDelay
impl RefUnwindSafe for StdDelay
impl Send for StdDelay
impl Sync for StdDelay
impl Unpin for StdDelay
impl UnwindSafe for StdDelay
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