pub struct ButtonLed { /* private fields */ }Expand description
LED state for a single button LED.
Implementations§
Trait Implementations§
impl Copy for ButtonLed
impl Eq for ButtonLed
impl StructuralPartialEq for ButtonLed
Auto Trait Implementations§
impl Freeze for ButtonLed
impl RefUnwindSafe for ButtonLed
impl Send for ButtonLed
impl Sync for ButtonLed
impl Unpin for ButtonLed
impl UnwindSafe for ButtonLed
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