pub struct SecureEl2PhysicalTimer;Available on crate feature
el2 and (AArch64 or crate feature fakes) only.Expand description
Secure EL2 Physical Timer
Uses CNTHPS_* system registers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecureEl2PhysicalTimer
impl RefUnwindSafe for SecureEl2PhysicalTimer
impl Send for SecureEl2PhysicalTimer
impl Sync for SecureEl2PhysicalTimer
impl Unpin for SecureEl2PhysicalTimer
impl UnsafeUnpin for SecureEl2PhysicalTimer
impl UnwindSafe for SecureEl2PhysicalTimer
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