pub struct AsyncSpiTransport<SPI> { /* private fields */ }Expand description
Async SPI transport wrapper used by Bmi323Async.
Most users do not need to construct this directly. Prefer
Bmi323Async::new_spi.
Auto Trait Implementations§
impl<SPI> Freeze for AsyncSpiTransport<SPI>where
SPI: Freeze,
impl<SPI> RefUnwindSafe for AsyncSpiTransport<SPI>where
SPI: RefUnwindSafe,
impl<SPI> Send for AsyncSpiTransport<SPI>where
SPI: Send,
impl<SPI> Sync for AsyncSpiTransport<SPI>where
SPI: Sync,
impl<SPI> Unpin for AsyncSpiTransport<SPI>where
SPI: Unpin,
impl<SPI> UnsafeUnpin for AsyncSpiTransport<SPI>where
SPI: UnsafeUnpin,
impl<SPI> UnwindSafe for AsyncSpiTransport<SPI>where
SPI: 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