#[repr(transparent)]pub struct MmAddr(pub u32);Expand description
Memory Map Address Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for MmAddr
impl Eq for MmAddr
impl StructuralPartialEq for MmAddr
Auto Trait Implementations§
impl Freeze for MmAddr
impl RefUnwindSafe for MmAddr
impl Send for MmAddr
impl Sync for MmAddr
impl Unpin for MmAddr
impl UnwindSafe for MmAddr
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