pub struct Spi<SPI, PINS> { /* private fields */ }
Expand description
SPI abstraction
Implementations§
Trait Implementations§
impl<PINS> Default<u8> for Spi<SPI1, PINS>
impl<PINS> Default<u8> for Spi<SPI1, PINS>
Auto Trait Implementations§
impl<SPI, PINS> Freeze for Spi<SPI, PINS>
impl<SPI, PINS> RefUnwindSafe for Spi<SPI, PINS>where
SPI: RefUnwindSafe,
PINS: RefUnwindSafe,
impl<SPI, PINS> Send for Spi<SPI, PINS>
impl<SPI, PINS> Sync for Spi<SPI, PINS>
impl<SPI, PINS> Unpin for Spi<SPI, PINS>
impl<SPI, PINS> UnwindSafe for Spi<SPI, PINS>where
SPI: UnwindSafe,
PINS: UnwindSafe,
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