pub struct SPIInterface<SPI, CS, W> { /* private fields */ }Expand description
Generic blocking SPI communication implementation using embedded-hal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<SPI, CS, W> Freeze for SPIInterface<SPI, CS, W>
impl<SPI, CS, W> RefUnwindSafe for SPIInterface<SPI, CS, W>
impl<SPI, CS, W> Send for SPIInterface<SPI, CS, W>
impl<SPI, CS, W> Sync for SPIInterface<SPI, CS, W>
impl<SPI, CS, W> Unpin for SPIInterface<SPI, CS, W>
impl<SPI, CS, W> UnsafeUnpin for SPIInterface<SPI, CS, W>where
SPI: UnsafeUnpin,
CS: UnsafeUnpin,
impl<SPI, CS, W> UnwindSafe for SPIInterface<SPI, CS, W>
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