pub enum EthtoolCmd {
Show 17 variants
PauseGet,
PauseGetReply,
FeatureGet,
FeatureGetReply,
LinkModeGet,
LinkModeGetReply,
RingGet,
RingGetReply,
CoalesceGet,
CoalesceGetReply,
TsInfoGet,
TsInfoGetReply,
FecGet,
FecGetReply,
ChannelGet,
ChannelGetReply,
ChannelSet,
}
Variants§
PauseGet
PauseGetReply
FeatureGet
FeatureGetReply
LinkModeGet
LinkModeGetReply
RingGet
RingGetReply
CoalesceGet
CoalesceGetReply
TsInfoGet
TsInfoGetReply
FecGet
FecGetReply
ChannelGet
ChannelGetReply
ChannelSet
Trait Implementations§
Source§impl Clone for EthtoolCmd
impl Clone for EthtoolCmd
Source§fn clone(&self) -> EthtoolCmd
fn clone(&self) -> EthtoolCmd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EthtoolCmd
impl Debug for EthtoolCmd
Source§impl From<EthtoolCmd> for u8
impl From<EthtoolCmd> for u8
Source§fn from(cmd: EthtoolCmd) -> Self
fn from(cmd: EthtoolCmd) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EthtoolCmd
impl PartialEq for EthtoolCmd
impl Copy for EthtoolCmd
impl Eq for EthtoolCmd
impl StructuralPartialEq for EthtoolCmd
Auto Trait Implementations§
impl Freeze for EthtoolCmd
impl RefUnwindSafe for EthtoolCmd
impl Send for EthtoolCmd
impl Sync for EthtoolCmd
impl Unpin for EthtoolCmd
impl UnwindSafe for EthtoolCmd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more