#[repr(u8)]pub enum Ptpq {
QUEUE0 = 0,
QUEUE1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
QUEUE0 = 0
Receive Queue 0
QUEUE1 = 1
Receive Queue 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Ptpq
impl Ord for Ptpq
Source§impl PartialOrd for Ptpq
impl PartialOrd for Ptpq
impl Copy for Ptpq
impl Eq for Ptpq
impl StructuralPartialEq for Ptpq
Auto Trait Implementations§
impl Freeze for Ptpq
impl RefUnwindSafe for Ptpq
impl Send for Ptpq
impl Sync for Ptpq
impl Unpin for Ptpq
impl UnwindSafe for Ptpq
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