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