#[repr(u8)]pub enum Rxq1en {
DISABLE = 0,
EN_AV = 1,
EN_DCB_GEN = 2,
_RESERVED_3 = 3,
}Variants§
DISABLE = 0
Queue not enabled
EN_AV = 1
Queue enabled for AV
EN_DCB_GEN = 2
Queue enabled for DCB/Generic
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Rxq1en
impl Ord for Rxq1en
Source§impl PartialOrd for Rxq1en
impl PartialOrd for Rxq1en
impl Copy for Rxq1en
impl Eq for Rxq1en
impl StructuralPartialEq for Rxq1en
Auto Trait Implementations§
impl Freeze for Rxq1en
impl RefUnwindSafe for Rxq1en
impl Send for Rxq1en
impl Sync for Rxq1en
impl Unpin for Rxq1en
impl UnwindSafe for Rxq1en
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