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