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