pub enum MonoLedState {
Off,
On,
}
Expand description
LED state of mono button.
Variants§
Trait Implementations§
Source§impl Clone for MonoLedState
impl Clone for MonoLedState
Source§fn clone(&self) -> MonoLedState
fn clone(&self) -> MonoLedState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MonoLedState
impl Debug for MonoLedState
Source§impl Default for MonoLedState
impl Default for MonoLedState
Source§impl PartialEq for MonoLedState
impl PartialEq for MonoLedState
impl Copy for MonoLedState
impl Eq for MonoLedState
impl StructuralPartialEq for MonoLedState
Auto Trait Implementations§
impl Freeze for MonoLedState
impl RefUnwindSafe for MonoLedState
impl Send for MonoLedState
impl Sync for MonoLedState
impl Unpin for MonoLedState
impl UnwindSafe for MonoLedState
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