#[repr(u8)]pub enum MtlRxq1DebugRxqsts {
EMPTY = 0,
BLW_THR = 1,
ABV_THR = 2,
FULL = 3,
}Variants§
EMPTY = 0
Rx Queue empty
BLW_THR = 1
Rx Queue fill-level below flow-control deactivate threshold
ABV_THR = 2
Rx Queue fill-level above flow-control activate threshold
FULL = 3
Rx Queue full
Implementations§
Trait Implementations§
Source§impl Clone for MtlRxq1DebugRxqsts
impl Clone for MtlRxq1DebugRxqsts
Source§fn clone(&self) -> MtlRxq1DebugRxqsts
fn clone(&self) -> MtlRxq1DebugRxqsts
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 MtlRxq1DebugRxqsts
impl Debug for MtlRxq1DebugRxqsts
Source§impl From<MtlRxq1DebugRxqsts> for u8
impl From<MtlRxq1DebugRxqsts> for u8
Source§fn from(val: MtlRxq1DebugRxqsts) -> u8
fn from(val: MtlRxq1DebugRxqsts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MtlRxq1DebugRxqsts
impl From<u8> for MtlRxq1DebugRxqsts
Source§fn from(val: u8) -> MtlRxq1DebugRxqsts
fn from(val: u8) -> MtlRxq1DebugRxqsts
Converts to this type from the input type.
Source§impl Ord for MtlRxq1DebugRxqsts
impl Ord for MtlRxq1DebugRxqsts
Source§fn cmp(&self, other: &MtlRxq1DebugRxqsts) -> Ordering
fn cmp(&self, other: &MtlRxq1DebugRxqsts) -> 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 MtlRxq1DebugRxqsts
impl PartialEq for MtlRxq1DebugRxqsts
Source§impl PartialOrd for MtlRxq1DebugRxqsts
impl PartialOrd for MtlRxq1DebugRxqsts
impl Copy for MtlRxq1DebugRxqsts
impl Eq for MtlRxq1DebugRxqsts
impl StructuralPartialEq for MtlRxq1DebugRxqsts
Auto Trait Implementations§
impl Freeze for MtlRxq1DebugRxqsts
impl RefUnwindSafe for MtlRxq1DebugRxqsts
impl Send for MtlRxq1DebugRxqsts
impl Sync for MtlRxq1DebugRxqsts
impl Unpin for MtlRxq1DebugRxqsts
impl UnwindSafe for MtlRxq1DebugRxqsts
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