Struct islet_rmm::realm::context::TimerRegister
source · #[repr(C)]pub struct TimerRegister {
pub cntvoff_el2: u64,
pub cntv_cval_el0: u64,
pub cntv_ctl_el0: u64,
pub cntpoff_el2: u64,
pub cntp_cval_el0: u64,
pub cntp_ctl_el0: u64,
pub cnthctl_el2: u64,
}Fields§
§cntvoff_el2: u64§cntv_cval_el0: u64§cntv_ctl_el0: u64§cntpoff_el2: u64§cntp_cval_el0: u64§cntp_ctl_el0: u64§cnthctl_el2: u64Trait Implementations§
source§impl Debug for TimerRegister
impl Debug for TimerRegister
source§impl Default for TimerRegister
impl Default for TimerRegister
source§fn default() -> TimerRegister
fn default() -> TimerRegister
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimerRegister
impl RefUnwindSafe for TimerRegister
impl Send for TimerRegister
impl Sync for TimerRegister
impl Unpin for TimerRegister
impl UnwindSafe for TimerRegister
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