pub struct Hcptr(pub u32);Expand description
HCPTR (Hyp Architectural Feature Trap Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Hcptr
impl SysRegRead for Hcptr
Source§impl SysRegWrite for Hcptr
impl SysRegWrite for Hcptr
impl Copy for Hcptr
Auto Trait Implementations§
impl Freeze for Hcptr
impl RefUnwindSafe for Hcptr
impl Send for Hcptr
impl Sync for Hcptr
impl Unpin for Hcptr
impl UnwindSafe for Hcptr
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