#[repr(u8)]pub enum Irmq {
INDIVIDUAL_RX_MASKING_DISABLED = 0,
INDIVIDUAL_RX_MASKING_ENABLED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Irmq
impl Ord for Irmq
Source§impl PartialOrd for Irmq
impl PartialOrd for Irmq
impl Copy for Irmq
impl Eq for Irmq
impl StructuralPartialEq for Irmq
Auto Trait Implementations§
impl Freeze for Irmq
impl RefUnwindSafe for Irmq
impl Send for Irmq
impl Sync for Irmq
impl Unpin for Irmq
impl UnwindSafe for Irmq
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