pub enum EthtoolAttr {
Pause(EthtoolPauseAttr),
Feature(EthtoolFeatureAttr),
LinkMode(EthtoolLinkModeAttr),
Ring(EthtoolRingAttr),
Coalesce(EthtoolCoalesceAttr),
TsInfo(EthtoolTsInfoAttr),
Fec(EthtoolFecAttr),
Channel(EthtoolChannelAttr),
}Variants§
Pause(EthtoolPauseAttr)
Feature(EthtoolFeatureAttr)
LinkMode(EthtoolLinkModeAttr)
Ring(EthtoolRingAttr)
Coalesce(EthtoolCoalesceAttr)
TsInfo(EthtoolTsInfoAttr)
Fec(EthtoolFecAttr)
Channel(EthtoolChannelAttr)
Trait Implementations§
Source§impl Clone for EthtoolAttr
impl Clone for EthtoolAttr
Source§fn clone(&self) -> EthtoolAttr
fn clone(&self) -> EthtoolAttr
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 EthtoolAttr
impl Debug for EthtoolAttr
Source§impl Nla for EthtoolAttr
impl Nla for EthtoolAttr
Source§impl PartialEq for EthtoolAttr
impl PartialEq for EthtoolAttr
impl Eq for EthtoolAttr
impl StructuralPartialEq for EthtoolAttr
Auto Trait Implementations§
impl Freeze for EthtoolAttr
impl RefUnwindSafe for EthtoolAttr
impl Send for EthtoolAttr
impl Sync for EthtoolAttr
impl Unpin for EthtoolAttr
impl UnsafeUnpin for EthtoolAttr
impl UnwindSafe for EthtoolAttr
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