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