pub struct Timer<TIMER>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<TIMER> Freeze for Timer<TIMER>where
TIMER: Freeze,
impl<TIMER> RefUnwindSafe for Timer<TIMER>where
TIMER: RefUnwindSafe,
impl<TIMER> Send for Timer<TIMER>where
TIMER: Send,
impl<TIMER> Sync for Timer<TIMER>where
TIMER: Sync,
impl<TIMER> Unpin for Timer<TIMER>where
TIMER: Unpin,
impl<TIMER> UnwindSafe for Timer<TIMER>where
TIMER: 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