pub struct Mair0(pub u32);Expand description
MAIR0 (Memory Attribute Indirection Register 0)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Mair0
impl SysRegRead for Mair0
Source§impl SysRegWrite for Mair0
impl SysRegWrite for Mair0
impl Copy for Mair0
Auto Trait Implementations§
impl Freeze for Mair0
impl RefUnwindSafe for Mair0
impl Send for Mair0
impl Sync for Mair0
impl Unpin for Mair0
impl UnwindSafe for Mair0
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