#[repr(u8)]pub enum Rxqcnt {
Show 16 variants
M_1RXQ = 0,
M_2RXQ = 1,
M_3RXQ = 2,
M_4RXQ = 3,
M_5RXQ = 4,
M_6RXQ = 5,
M_7RXQ = 6,
M_8RXQ = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
M_1RXQ = 0
1 MTL Rx Queue
M_2RXQ = 1
2 MTL Rx Queues
M_3RXQ = 2
3 MTL Rx Queues
M_4RXQ = 3
4 MTL Rx Queues
M_5RXQ = 4
5 MTL Rx Queues
M_6RXQ = 5
6 MTL Rx Queues
M_7RXQ = 6
7 MTL Rx Queues
M_8RXQ = 7
8 MTL Rx Queues
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Rxqcnt
impl Ord for Rxqcnt
Source§impl PartialOrd for Rxqcnt
impl PartialOrd for Rxqcnt
impl Copy for Rxqcnt
impl Eq for Rxqcnt
impl StructuralPartialEq for Rxqcnt
Auto Trait Implementations§
impl Freeze for Rxqcnt
impl RefUnwindSafe for Rxqcnt
impl Send for Rxqcnt
impl Sync for Rxqcnt
impl Unpin for Rxqcnt
impl UnwindSafe for Rxqcnt
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