#[repr(u8)]pub enum Ctrl2SetOutstandingReqs {
REQ_1 = 0,
REQ_2 = 1,
REQ_4 = 2,
REQ_8 = 3,
REQ_16 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
REQ_1 = 0
REQ_1
REQ_2 = 1
REQ_2
REQ_4 = 2
REQ_4
REQ_8 = 3
REQ_8
REQ_16 = 4
REQ_16
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for Ctrl2SetOutstandingReqs
impl Clone for Ctrl2SetOutstandingReqs
Source§fn clone(&self) -> Ctrl2SetOutstandingReqs
fn clone(&self) -> Ctrl2SetOutstandingReqs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ctrl2SetOutstandingReqs
impl Debug for Ctrl2SetOutstandingReqs
Source§impl From<Ctrl2SetOutstandingReqs> for u8
impl From<Ctrl2SetOutstandingReqs> for u8
Source§fn from(val: Ctrl2SetOutstandingReqs) -> u8
fn from(val: Ctrl2SetOutstandingReqs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ctrl2SetOutstandingReqs
impl From<u8> for Ctrl2SetOutstandingReqs
Source§fn from(val: u8) -> Ctrl2SetOutstandingReqs
fn from(val: u8) -> Ctrl2SetOutstandingReqs
Converts to this type from the input type.
Source§impl Ord for Ctrl2SetOutstandingReqs
impl Ord for Ctrl2SetOutstandingReqs
Source§fn cmp(&self, other: &Ctrl2SetOutstandingReqs) -> Ordering
fn cmp(&self, other: &Ctrl2SetOutstandingReqs) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Ctrl2SetOutstandingReqs
impl PartialEq for Ctrl2SetOutstandingReqs
Source§impl PartialOrd for Ctrl2SetOutstandingReqs
impl PartialOrd for Ctrl2SetOutstandingReqs
impl Copy for Ctrl2SetOutstandingReqs
impl Eq for Ctrl2SetOutstandingReqs
impl StructuralPartialEq for Ctrl2SetOutstandingReqs
Auto Trait Implementations§
impl Freeze for Ctrl2SetOutstandingReqs
impl RefUnwindSafe for Ctrl2SetOutstandingReqs
impl Send for Ctrl2SetOutstandingReqs
impl Sync for Ctrl2SetOutstandingReqs
impl Unpin for Ctrl2SetOutstandingReqs
impl UnwindSafe for Ctrl2SetOutstandingReqs
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