Struct linux_embedded_hal::SysTimer
source · [−]pub struct SysTimer { /* private fields */ }Expand description
A periodic timer based on std::time::Instant, which is a
monotonically nondecreasing clock.
Implementations
Trait Implementations
sourceimpl CountDown for SysTimer
impl CountDown for SysTimer
impl Periodic for SysTimer
Auto Trait Implementations
impl RefUnwindSafe for SysTimer
impl Send for SysTimer
impl Sync for SysTimer
impl Unpin for SysTimer
impl UnwindSafe for SysTimer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more