pub enum MMEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field MME
Variants§
DISABLED
Receiver in active mode permanently
ENABLED
Receiver can switch between mute mode and active mode
Auto Trait Implementations§
impl Freeze for MMEW
impl RefUnwindSafe for MMEW
impl Send for MMEW
impl Sync for MMEW
impl Unpin for MMEW
impl UnwindSafe for MMEW
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