pub struct SysTimer { /* private fields */ }
Expand description
A periodic timer based on std::time::Instant
, which is a
monotonically nondecreasing clock.
Implementations§
Trait Implementations§
Source§impl CountDown for SysTimer
impl CountDown for SysTimer
impl Periodic for SysTimer
Auto Trait Implementations§
impl Freeze for SysTimer
impl RefUnwindSafe for SysTimer
impl Send for SysTimer
impl Sync for SysTimer
impl Unpin for SysTimer
impl UnwindSafe for SysTimer
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