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