pub struct LedController { /* private fields */ }Expand description
A Zephyr LED controller device.
Implementations§
Auto Trait Implementations§
impl Freeze for LedController
impl RefUnwindSafe for LedController
impl !Send for LedController
impl !Sync for LedController
impl Unpin for LedController
impl UnwindSafe for LedController
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