pub struct HypervisorPhysicalTimer;Expand description
Hypervisor Physical Timer
Uses CNTHP_* system registers.
Trait Implementations§
Source§impl TimerInterface for HypervisorPhysicalTimer
Available on crate feature el2 only.
impl TimerInterface for HypervisorPhysicalTimer
Available on crate feature
el2 only.Auto Trait Implementations§
impl Freeze for HypervisorPhysicalTimer
impl RefUnwindSafe for HypervisorPhysicalTimer
impl Send for HypervisorPhysicalTimer
impl Sync for HypervisorPhysicalTimer
impl Unpin for HypervisorPhysicalTimer
impl UnsafeUnpin for HypervisorPhysicalTimer
impl UnwindSafe for HypervisorPhysicalTimer
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