pub struct MMFAR { /* private fields */ }Expand description
MemManage Address Register
Implementations§
Auto Trait Implementations§
impl !Freeze for MMFAR
impl !RefUnwindSafe for MMFAR
impl Send for MMFAR
impl !Sync for MMFAR
impl Unpin for MMFAR
impl UnwindSafe for MMFAR
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