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