pub struct Ws2811<SPI, DEVICE = Ws2811Rgb> { /* 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§
Source§impl<SPI, E> SmartLedsWrite for Ws2811<SPI>where
SPI: FullDuplex<u8, Error = E>,
impl<SPI, E> SmartLedsWrite for Ws2811<SPI>where
SPI: FullDuplex<u8, Error = E>,
Source§impl<SPI, E> SmartLedsWrite for Ws2811<SPI, Ws2811Rbg>where
SPI: FullDuplex<u8, Error = E>,
impl<SPI, E> SmartLedsWrite for Ws2811<SPI, Ws2811Rbg>where
SPI: FullDuplex<u8, Error = E>,
Auto Trait Implementations§
impl<SPI, DEVICE> Freeze for Ws2811<SPI, DEVICE>where
SPI: Freeze,
impl<SPI, DEVICE> RefUnwindSafe for Ws2811<SPI, DEVICE>where
SPI: RefUnwindSafe,
DEVICE: RefUnwindSafe,
impl<SPI, DEVICE> Send for Ws2811<SPI, DEVICE>
impl<SPI, DEVICE> Sync for Ws2811<SPI, DEVICE>
impl<SPI, DEVICE> Unpin for Ws2811<SPI, DEVICE>
impl<SPI, DEVICE> UnwindSafe for Ws2811<SPI, DEVICE>where
SPI: UnwindSafe,
DEVICE: 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