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