pub struct Vpidr(pub u32);Expand description
VPIDR (Virtualization Processor ID Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Vpidr
impl SysRegRead for Vpidr
Source§impl SysRegWrite for Vpidr
impl SysRegWrite for Vpidr
impl Copy for Vpidr
Auto Trait Implementations§
impl Freeze for Vpidr
impl RefUnwindSafe for Vpidr
impl Send for Vpidr
impl Sync for Vpidr
impl Unpin for Vpidr
impl UnwindSafe for Vpidr
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