pub struct SPI8 { /* private fields */ }
Expand description
Serial Peripheral Interfaces (SPI)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPI8
impl RefUnwindSafe for SPI8
impl !Sync for SPI8
impl Unpin for SPI8
impl UnwindSafe for SPI8
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