#[repr(u8)]pub enum TfcPause {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
No PAUSE frame transmitted.
ONE = 1
The MAC stops transmission of data frames after the current transmission is complete.
Implementations§
Trait Implementations§
Source§impl Ord for TfcPause
impl Ord for TfcPause
Source§impl PartialOrd for TfcPause
impl PartialOrd for TfcPause
impl Copy for TfcPause
impl Eq for TfcPause
impl StructuralPartialEq for TfcPause
Auto Trait Implementations§
impl Freeze for TfcPause
impl RefUnwindSafe for TfcPause
impl Send for TfcPause
impl Sync for TfcPause
impl Unpin for TfcPause
impl UnwindSafe for TfcPause
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