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