Enum ethtool::EthtoolLinkModeAttr
source · [−]pub enum EthtoolLinkModeAttr {
Header(Vec<EthtoolHeader>),
Autoneg(bool),
Ours(Vec<String>),
Peer(Vec<String>),
Speed(u32),
Duplex(EthtoolLinkModeDuplex),
ControllerSubordinateCfg(u8),
ControllerSubordinateState(u8),
Lanes(u32),
Other(DefaultNla),
}Variants
Header(Vec<EthtoolHeader>)
Autoneg(bool)
Ours(Vec<String>)
Peer(Vec<String>)
Speed(u32)
Duplex(EthtoolLinkModeDuplex)
ControllerSubordinateCfg(u8)
ControllerSubordinateState(u8)
Lanes(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 EthtoolLinkModeAttr
impl Send for EthtoolLinkModeAttr
impl Sync for EthtoolLinkModeAttr
impl Unpin for EthtoolLinkModeAttr
impl UnwindSafe for EthtoolLinkModeAttr
Blanket Implementations
Mutably borrows from an owned value. Read more