pub struct IdMmfr2(pub u32);Expand description
ID_MMFR2 (Memory Model Feature Register 2)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for IdMmfr2
impl SysRegRead for IdMmfr2
impl Copy for IdMmfr2
Auto Trait Implementations§
impl Freeze for IdMmfr2
impl RefUnwindSafe for IdMmfr2
impl Send for IdMmfr2
impl Sync for IdMmfr2
impl Unpin for IdMmfr2
impl UnwindSafe for IdMmfr2
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