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