pub struct PMP { /* private fields */ }Expand description
PMP peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for PMP
impl Freeze for PMP
impl RefUnwindSafe for PMP
impl Unpin for PMP
impl UnsafeUnpin for PMP
impl UnwindSafe for PMP
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