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