pub enum MMRQR {
MUTE,
_Reserved(bool),
}Expand description
Possible values of the field MMRQ
Variants§
Implementations§
Trait Implementations§
impl Copy for MMRQR
impl StructuralPartialEq for MMRQR
Auto Trait Implementations§
impl Freeze for MMRQR
impl RefUnwindSafe for MMRQR
impl Send for MMRQR
impl Sync for MMRQR
impl Unpin for MMRQR
impl UnwindSafe for MMRQR
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