#[repr(u8)]pub enum MtlRxq1DebugRrcsts {
IDLE = 0,
READ_DATA = 1,
READ_STS = 2,
FLUSH = 3,
}Variants§
IDLE = 0
Idle state
READ_DATA = 1
Reading packet data
READ_STS = 2
Reading packet status (or timestamp)
FLUSH = 3
Flushing the packet data and status
Implementations§
Trait Implementations§
Source§impl Clone for MtlRxq1DebugRrcsts
impl Clone for MtlRxq1DebugRrcsts
Source§fn clone(&self) -> MtlRxq1DebugRrcsts
fn clone(&self) -> MtlRxq1DebugRrcsts
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 MtlRxq1DebugRrcsts
impl Debug for MtlRxq1DebugRrcsts
Source§impl From<MtlRxq1DebugRrcsts> for u8
impl From<MtlRxq1DebugRrcsts> for u8
Source§fn from(val: MtlRxq1DebugRrcsts) -> u8
fn from(val: MtlRxq1DebugRrcsts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MtlRxq1DebugRrcsts
impl From<u8> for MtlRxq1DebugRrcsts
Source§fn from(val: u8) -> MtlRxq1DebugRrcsts
fn from(val: u8) -> MtlRxq1DebugRrcsts
Converts to this type from the input type.
Source§impl Ord for MtlRxq1DebugRrcsts
impl Ord for MtlRxq1DebugRrcsts
Source§fn cmp(&self, other: &MtlRxq1DebugRrcsts) -> Ordering
fn cmp(&self, other: &MtlRxq1DebugRrcsts) -> 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 MtlRxq1DebugRrcsts
impl PartialEq for MtlRxq1DebugRrcsts
Source§impl PartialOrd for MtlRxq1DebugRrcsts
impl PartialOrd for MtlRxq1DebugRrcsts
impl Copy for MtlRxq1DebugRrcsts
impl Eq for MtlRxq1DebugRrcsts
impl StructuralPartialEq for MtlRxq1DebugRrcsts
Auto Trait Implementations§
impl Freeze for MtlRxq1DebugRrcsts
impl RefUnwindSafe for MtlRxq1DebugRrcsts
impl Send for MtlRxq1DebugRrcsts
impl Sync for MtlRxq1DebugRrcsts
impl Unpin for MtlRxq1DebugRrcsts
impl UnwindSafe for MtlRxq1DebugRrcsts
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