pub struct AtomicTimer { /* private fields */ }Expand description
Atomic timer
Implementations§
Source§impl AtomicTimer
impl AtomicTimer
Auto Trait Implementations§
impl !Freeze for AtomicTimer
impl RefUnwindSafe for AtomicTimer
impl Send for AtomicTimer
impl Sync for AtomicTimer
impl Unpin for AtomicTimer
impl UnwindSafe for AtomicTimer
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