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