#[repr(u8)]pub enum MtlTxq1DebugTrcsts {
IDLE = 0,
READ = 1,
WAIT = 2,
FLUSH = 3,
}Variants§
IDLE = 0
Idle state
READ = 1
Read state (transferring data to the MAC transmitter)
WAIT = 2
Waiting for pending Tx Status from the MAC transmitter
FLUSH = 3
Flushing the Tx queue because of the Packet Abort request from the MAC
Implementations§
Trait Implementations§
Source§impl Clone for MtlTxq1DebugTrcsts
impl Clone for MtlTxq1DebugTrcsts
Source§fn clone(&self) -> MtlTxq1DebugTrcsts
fn clone(&self) -> MtlTxq1DebugTrcsts
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 MtlTxq1DebugTrcsts
impl Debug for MtlTxq1DebugTrcsts
Source§impl From<MtlTxq1DebugTrcsts> for u8
impl From<MtlTxq1DebugTrcsts> for u8
Source§fn from(val: MtlTxq1DebugTrcsts) -> u8
fn from(val: MtlTxq1DebugTrcsts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MtlTxq1DebugTrcsts
impl From<u8> for MtlTxq1DebugTrcsts
Source§fn from(val: u8) -> MtlTxq1DebugTrcsts
fn from(val: u8) -> MtlTxq1DebugTrcsts
Converts to this type from the input type.
Source§impl Ord for MtlTxq1DebugTrcsts
impl Ord for MtlTxq1DebugTrcsts
Source§fn cmp(&self, other: &MtlTxq1DebugTrcsts) -> Ordering
fn cmp(&self, other: &MtlTxq1DebugTrcsts) -> 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 MtlTxq1DebugTrcsts
impl PartialEq for MtlTxq1DebugTrcsts
Source§impl PartialOrd for MtlTxq1DebugTrcsts
impl PartialOrd for MtlTxq1DebugTrcsts
impl Copy for MtlTxq1DebugTrcsts
impl Eq for MtlTxq1DebugTrcsts
impl StructuralPartialEq for MtlTxq1DebugTrcsts
Auto Trait Implementations§
impl Freeze for MtlTxq1DebugTrcsts
impl RefUnwindSafe for MtlTxq1DebugTrcsts
impl Send for MtlTxq1DebugTrcsts
impl Sync for MtlTxq1DebugTrcsts
impl Unpin for MtlTxq1DebugTrcsts
impl UnwindSafe for MtlTxq1DebugTrcsts
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