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