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