pub struct SecureEl2PhysicalTimer;Expand description
Secure EL2 Physical Timer
Uses CNTHPS_* system registers.
Trait Implementations§
Source§impl TimerInterface for SecureEl2PhysicalTimer
Available on crate feature el2 only.
impl TimerInterface for SecureEl2PhysicalTimer
Available on crate feature
el2 only.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