pub struct HypervisorPhysicalTimer;Available on (crate feature
fakes or AArch64) and crate feature el2 only.Expand description
Hypervisor Physical Timer
Uses CNTHP_* system registers.
Trait Implementations§
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