pub struct TimerOps;Expand description
TimerOps
Implementations§
Auto Trait Implementations§
impl Freeze for TimerOps
impl RefUnwindSafe for TimerOps
impl Send for TimerOps
impl Sync for TimerOps
impl Unpin for TimerOps
impl UnwindSafe for TimerOps
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