Enum ethtool::EthtoolPauseStatAttr
source · [−]pub enum EthtoolPauseStatAttr {
Rx(u64),
Tx(u64),
Other(DefaultNla),
}Variants
Rx(u64)
Tx(u64)
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 EthtoolPauseStatAttr
impl Send for EthtoolPauseStatAttr
impl Sync for EthtoolPauseStatAttr
impl Unpin for EthtoolPauseStatAttr
impl UnwindSafe for EthtoolPauseStatAttr
Blanket Implementations
Mutably borrows from an owned value. Read more