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