Enum ethtool::EthtoolCmd
source · [−]pub enum EthtoolCmd {
PauseGet,
PauseGetReply,
FeatureGet,
FeatureGetReply,
LinkModeGet,
LinkModeGetReply,
RingGet,
RingGetReply,
CoalesceGet,
CoalesceGetReply,
}Variants
PauseGet
PauseGetReply
FeatureGet
FeatureGetReply
LinkModeGet
LinkModeGetReply
RingGet
RingGetReply
CoalesceGet
CoalesceGetReply
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EthtoolCmd
impl Send for EthtoolCmd
impl Sync for EthtoolCmd
impl Unpin for EthtoolCmd
impl UnwindSafe for EthtoolCmd
Blanket Implementations
Mutably borrows from an owned value. Read more