#[repr(C)]pub struct Spim { /* private fields */ }
Expand description
SPI Master Mode
Implementations§
Auto Trait Implementations§
impl !Freeze for Spim
impl !RefUnwindSafe for Spim
impl Send for Spim
impl !Sync for Spim
impl Unpin for Spim
impl UnwindSafe for Spim
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