pub struct SPIM3 { /* private fields */ }Expand description
Serial Peripheral Interface Master with EasyDMA 3
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPIM3
impl RefUnwindSafe for SPIM3
impl !Sync for SPIM3
impl Unpin for SPIM3
impl UnsafeUnpin for SPIM3
impl UnwindSafe for SPIM3
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