Enum ethtool::EthtoolFeatureAttr
source · [−]pub enum EthtoolFeatureAttr {
Header(Vec<EthtoolHeader>),
Hw(Vec<EthtoolFeatureBit>),
Wanted(Vec<EthtoolFeatureBit>),
Active(Vec<EthtoolFeatureBit>),
NoChange(Vec<EthtoolFeatureBit>),
Other(DefaultNla),
}Variants
Header(Vec<EthtoolHeader>)
Hw(Vec<EthtoolFeatureBit>)
Wanted(Vec<EthtoolFeatureBit>)
Active(Vec<EthtoolFeatureBit>)
NoChange(Vec<EthtoolFeatureBit>)
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 EthtoolFeatureAttr
impl Send for EthtoolFeatureAttr
impl Sync for EthtoolFeatureAttr
impl Unpin for EthtoolFeatureAttr
impl UnwindSafe for EthtoolFeatureAttr
Blanket Implementations
Mutably borrows from an owned value. Read more