pub struct LedStrip { /* private fields */ }Expand description
A Zephyr LED strip device (e.g. a WS2812 addressable RGB strip).
This wrapper maps to Zephyr’s led_strip_* API.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LedStrip
impl RefUnwindSafe for LedStrip
impl !Sync for LedStrip
impl Unpin for LedStrip
impl UnwindSafe for LedStrip
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