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