pub enum MME {
Disabled = 0,
Enabled = 1,
}
Expand description
Mute mode enable
Value on reset: 0
Variants§
Disabled = 0
0: Receiver in active mode permanently
Enabled = 1
1: Receiver can switch between mute mode and active mode
Trait Implementations§
impl Copy for MME
impl Eq for MME
impl StructuralPartialEq for MME
Auto Trait Implementations§
impl Freeze for MME
impl RefUnwindSafe for MME
impl Send for MME
impl Sync for MME
impl Unpin for MME
impl UnwindSafe for MME
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