pub enum EthtoolTsInfoAttr {
Header(Vec<EthtoolHeader>),
Timestamping(Vec<String>),
TxTypes(Vec<String>),
RxFilters(Vec<String>),
PhcIndex(u32),
Other(DefaultNla),
}Variants§
Header(Vec<EthtoolHeader>)
Timestamping(Vec<String>)
TxTypes(Vec<String>)
RxFilters(Vec<String>)
PhcIndex(u32)
Other(DefaultNla)
Trait Implementations§
Source§impl Clone for EthtoolTsInfoAttr
impl Clone for EthtoolTsInfoAttr
Source§fn clone(&self) -> EthtoolTsInfoAttr
fn clone(&self) -> EthtoolTsInfoAttr
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 EthtoolTsInfoAttr
impl Debug for EthtoolTsInfoAttr
Source§impl Nla for EthtoolTsInfoAttr
impl Nla for EthtoolTsInfoAttr
Source§impl PartialEq for EthtoolTsInfoAttr
impl PartialEq for EthtoolTsInfoAttr
impl Eq for EthtoolTsInfoAttr
impl StructuralPartialEq for EthtoolTsInfoAttr
Auto Trait Implementations§
impl Freeze for EthtoolTsInfoAttr
impl RefUnwindSafe for EthtoolTsInfoAttr
impl Send for EthtoolTsInfoAttr
impl Sync for EthtoolTsInfoAttr
impl Unpin for EthtoolTsInfoAttr
impl UnsafeUnpin for EthtoolTsInfoAttr
impl UnwindSafe for EthtoolTsInfoAttr
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