pub struct PhysicalTimer;Expand description
Physical Timer
Uses CNTP_* system registers.
Trait Implementations§
Source§impl TimerInterface for PhysicalTimer
impl TimerInterface for PhysicalTimer
Auto Trait Implementations§
impl Freeze for PhysicalTimer
impl RefUnwindSafe for PhysicalTimer
impl Send for PhysicalTimer
impl Sync for PhysicalTimer
impl Unpin for PhysicalTimer
impl UnsafeUnpin for PhysicalTimer
impl UnwindSafe for PhysicalTimer
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