pub struct MEMRM { /* private fields */ }
Expand description
memory remap register
Implementations§
Auto Trait Implementations§
impl !Freeze for MEMRM
impl !RefUnwindSafe for MEMRM
impl Send for MEMRM
impl !Sync for MEMRM
impl Unpin for MEMRM
impl UnwindSafe for MEMRM
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