pub enum MUTE {
Disabled = 0,
Enabled = 1,
}
Expand description
Mute
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MUTE
impl Eq for MUTE
impl StructuralPartialEq for MUTE
Auto Trait Implementations§
impl Freeze for MUTE
impl RefUnwindSafe for MUTE
impl Send for MUTE
impl Sync for MUTE
impl Unpin for MUTE
impl UnwindSafe for MUTE
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