Struct nrf52840_pac::MWU
source · pub struct MWU { /* private fields */ }
Expand description
Memory Watch Unit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MWU
impl RefUnwindSafe for MWU
impl !Sync for MWU
impl Unpin for MWU
impl UnwindSafe for MWU
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