pub enum MuteLedState {
Off,
Blink,
On,
}
Expand description
LED state of mute button.
Variants§
Trait Implementations§
source§impl Clone for MuteLedState
impl Clone for MuteLedState
source§fn clone(&self) -> MuteLedState
fn clone(&self) -> MuteLedState
Returns a copy 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 MuteLedState
impl Debug for MuteLedState
source§impl Default for MuteLedState
impl Default for MuteLedState
source§impl PartialEq for MuteLedState
impl PartialEq for MuteLedState
source§fn eq(&self, other: &MuteLedState) -> bool
fn eq(&self, other: &MuteLedState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MuteLedState
impl Eq for MuteLedState
impl StructuralEq for MuteLedState
impl StructuralPartialEq for MuteLedState
Auto Trait Implementations§
impl RefUnwindSafe for MuteLedState
impl Send for MuteLedState
impl Sync for MuteLedState
impl Unpin for MuteLedState
impl UnwindSafe for MuteLedState
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