Enum ethtool::EthtoolAttr
source · [−]pub enum EthtoolAttr {
Pause(EthtoolPauseAttr),
Feature(EthtoolFeatureAttr),
LinkMode(EthtoolLinkModeAttr),
Ring(EthtoolRingAttr),
Coalesce(EthtoolCoalesceAttr),
}Variants
Pause(EthtoolPauseAttr)
Feature(EthtoolFeatureAttr)
LinkMode(EthtoolLinkModeAttr)
Ring(EthtoolRingAttr)
Coalesce(EthtoolCoalesceAttr)
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 EthtoolAttr
impl Send for EthtoolAttr
impl Sync for EthtoolAttr
impl Unpin for EthtoolAttr
impl UnwindSafe for EthtoolAttr
Blanket Implementations
Mutably borrows from an owned value. Read more