#[repr(u8)]pub enum MtlRxq0DebugRrcsts {
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 MtlRxq0DebugRrcsts
impl Clone for MtlRxq0DebugRrcsts
Source§fn clone(&self) -> MtlRxq0DebugRrcsts
fn clone(&self) -> MtlRxq0DebugRrcsts
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 MtlRxq0DebugRrcsts
impl Debug for MtlRxq0DebugRrcsts
Source§impl From<MtlRxq0DebugRrcsts> for u8
impl From<MtlRxq0DebugRrcsts> for u8
Source§fn from(val: MtlRxq0DebugRrcsts) -> u8
fn from(val: MtlRxq0DebugRrcsts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MtlRxq0DebugRrcsts
impl From<u8> for MtlRxq0DebugRrcsts
Source§fn from(val: u8) -> MtlRxq0DebugRrcsts
fn from(val: u8) -> MtlRxq0DebugRrcsts
Converts to this type from the input type.
Source§impl Ord for MtlRxq0DebugRrcsts
impl Ord for MtlRxq0DebugRrcsts
Source§fn cmp(&self, other: &MtlRxq0DebugRrcsts) -> Ordering
fn cmp(&self, other: &MtlRxq0DebugRrcsts) -> 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 MtlRxq0DebugRrcsts
impl PartialEq for MtlRxq0DebugRrcsts
Source§impl PartialOrd for MtlRxq0DebugRrcsts
impl PartialOrd for MtlRxq0DebugRrcsts
impl Copy for MtlRxq0DebugRrcsts
impl Eq for MtlRxq0DebugRrcsts
impl StructuralPartialEq for MtlRxq0DebugRrcsts
Auto Trait Implementations§
impl Freeze for MtlRxq0DebugRrcsts
impl RefUnwindSafe for MtlRxq0DebugRrcsts
impl Send for MtlRxq0DebugRrcsts
impl Sync for MtlRxq0DebugRrcsts
impl Unpin for MtlRxq0DebugRrcsts
impl UnwindSafe for MtlRxq0DebugRrcsts
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