Struct ws2811_spi::Ws2811
source · pub struct Ws2811<SPI, DEVICE = Ws2811> { /* private fields */ }
Implementations§
source§impl<SPI, E> Ws2811<SPI>where
SPI: FullDuplex<u8, Error = E>,
impl<SPI, E> Ws2811<SPI>where SPI: FullDuplex<u8, Error = E>,
Trait Implementations§
Auto Trait Implementations§
impl<SPI, DEVICE> RefUnwindSafe for Ws2811<SPI, DEVICE>where DEVICE: RefUnwindSafe, SPI: RefUnwindSafe,
impl<SPI, DEVICE> Send for Ws2811<SPI, DEVICE>where DEVICE: Send, SPI: Send,
impl<SPI, DEVICE> Sync for Ws2811<SPI, DEVICE>where DEVICE: Sync, SPI: Sync,
impl<SPI, DEVICE> Unpin for Ws2811<SPI, DEVICE>where DEVICE: Unpin, SPI: Unpin,
impl<SPI, DEVICE> UnwindSafe for Ws2811<SPI, DEVICE>where DEVICE: 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