Enum ethtool::EthtoolPauseAttr
source · [−]pub enum EthtoolPauseAttr {
Header(Vec<EthtoolHeader>),
AutoNeg(bool),
Rx(bool),
Tx(bool),
Stats(Vec<EthtoolPauseStatAttr>),
Other(DefaultNla),
}Variants
Header(Vec<EthtoolHeader>)
AutoNeg(bool)
Rx(bool)
Tx(bool)
Stats(Vec<EthtoolPauseStatAttr>)
Other(DefaultNla)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EthtoolPauseAttr
impl Send for EthtoolPauseAttr
impl Sync for EthtoolPauseAttr
impl Unpin for EthtoolPauseAttr
impl UnwindSafe for EthtoolPauseAttr
Blanket Implementations
Mutably borrows from an owned value. Read more