pub struct RMPU { /* private fields */ }Expand description
Renesas Memory Protection Unit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RMPU
impl RefUnwindSafe for RMPU
impl !Sync for RMPU
impl Unpin for RMPU
impl UnwindSafe for RMPU
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