#[repr(u8)]pub enum Tfcsts {
IDLE = 0,
WAITING = 1,
GEN_TX_PAU = 2,
TRNSFR = 3,
}Variants§
IDLE = 0
Idle state
WAITING = 1
Waiting for one of the following: Status of the previous packet OR IPG or back off period to be over
GEN_TX_PAU = 2
Generating and transmitting a Pause control packet (in full-duplex mode)
TRNSFR = 3
Transferring input packet for transmission
Implementations§
Trait Implementations§
Source§impl Ord for Tfcsts
impl Ord for Tfcsts
Source§impl PartialOrd for Tfcsts
impl PartialOrd for Tfcsts
impl Copy for Tfcsts
impl Eq for Tfcsts
impl StructuralPartialEq for Tfcsts
Auto Trait Implementations§
impl Freeze for Tfcsts
impl RefUnwindSafe for Tfcsts
impl Send for Tfcsts
impl Sync for Tfcsts
impl Unpin for Tfcsts
impl UnwindSafe for Tfcsts
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