#[repr(u8)]pub enum Rxq0en {
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 Rxq0en
impl Ord for Rxq0en
Source§impl PartialOrd for Rxq0en
impl PartialOrd for Rxq0en
impl Copy for Rxq0en
impl Eq for Rxq0en
impl StructuralPartialEq for Rxq0en
Auto Trait Implementations§
impl Freeze for Rxq0en
impl RefUnwindSafe for Rxq0en
impl Send for Rxq0en
impl Sync for Rxq0en
impl Unpin for Rxq0en
impl UnwindSafe for Rxq0en
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