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