pub struct Timer<T, S> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T, S> DelayMs for Timer<T, S>where
T: CountDown + Cancel + Unpin,
T::Time: From<MillisDurationU32>,
S: Scheduler + Unpin,
impl<T, S> DelayMs for Timer<T, S>where T: CountDown + Cancel + Unpin, T::Time: From<MillisDurationU32>, S: Scheduler + Unpin,
Auto Trait Implementations§
impl<T, S> RefUnwindSafe for Timer<T, S>where S: RefUnwindSafe, T: RefUnwindSafe,
impl<T, S> Send for Timer<T, S>where S: Send, T: Send,
impl<T, S> Sync for Timer<T, S>where S: Sync, T: Sync,
impl<T, S> Unpin for Timer<T, S>where S: Unpin, T: Unpin,
impl<T, S> UnwindSafe for Timer<T, S>where S: UnwindSafe, T: UnwindSafe,
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