Struct embedded_timers::delay::Delay
source · pub struct Delay<'a, CLOCK: Clock> { /* private fields */ }Expand description
An instance of a delay tied to a specific Clock.
Trait Implementations§
Auto Trait Implementations§
impl<'a, CLOCK> RefUnwindSafe for Delay<'a, CLOCK>where
CLOCK: RefUnwindSafe,
impl<'a, CLOCK> Send for Delay<'a, CLOCK>where
CLOCK: Sync,
impl<'a, CLOCK> Sync for Delay<'a, CLOCK>where
CLOCK: Sync,
impl<'a, CLOCK> Unpin for Delay<'a, CLOCK>
impl<'a, CLOCK> UnwindSafe for Delay<'a, CLOCK>where
CLOCK: RefUnwindSafe,
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