pub enum Pause {
NoPause,
AsymmetricPartner,
Symmetric,
SymmetricAndAsymmetricLocal,
}
Expand description
The pause mode supported by this PHY
Variants§
NoPause
The PHY supports no PAUSE modes
AsymmetricPartner
The PHY supports asymmetric PAUSE mode toward its link partner
Symmetric
The PHY supports symmetric PAUSE mode
SymmetricAndAsymmetricLocal
The PHY supports both symmetric pause and asymmetric PAUSE towards the local device
Trait Implementations§
Source§impl From<AutoNegCap> for Pause
impl From<AutoNegCap> for Pause
Source§fn from(ana: AutoNegCap) -> Pause
fn from(ana: AutoNegCap) -> Pause
Converts to this type from the input type.
Source§impl From<Pause> for AutoNegCap
impl From<Pause> for AutoNegCap
Source§fn from(pause: Pause) -> AutoNegCap
fn from(pause: Pause) -> AutoNegCap
Converts to this type from the input type.
impl Copy for Pause
impl Eq for Pause
impl StructuralPartialEq for Pause
Auto Trait Implementations§
impl Freeze for Pause
impl RefUnwindSafe for Pause
impl Send for Pause
impl Sync for Pause
impl Unpin for Pause
impl UnwindSafe for Pause
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