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 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 MuteLedState
impl Debug for MuteLedState
Source§impl Default for MuteLedState
impl Default for MuteLedState
Source§impl PartialEq for MuteLedState
impl PartialEq for MuteLedState
impl Copy for MuteLedState
impl Eq for MuteLedState
impl StructuralPartialEq for MuteLedState
Auto Trait Implementations§
impl Freeze for MuteLedState
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