Struct ftdi_embedded_hal::Delay
source · pub struct Delay { /* private fields */ }
Expand description
Delay structure.
This is an empty structure that forwards delays to std::thread::sleep
.
Implementations§
Trait Implementations§
source§impl DelayUs for Delay
impl DelayUs for Delay
impl Copy for Delay
Auto Trait Implementations§
impl RefUnwindSafe for Delay
impl Send for Delay
impl Sync for Delay
impl Unpin for Delay
impl UnwindSafe for Delay
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