pub enum EthtoolRingAttr {
}Variants§
Header(Vec<EthtoolHeader>)
RxMax(u32)
RxMiniMax(u32)
RxJumboMax(u32)
TxMax(u32)
Rx(u32)
RxMini(u32)
RxJumbo(u32)
Tx(u32)
RxBufLen(u32)
TcpDataSplit(u8)
CqeSize(u32)
TxPush(bool)
Other(DefaultNla)
Trait Implementations§
Source§impl Clone for EthtoolRingAttr
impl Clone for EthtoolRingAttr
Source§fn clone(&self) -> EthtoolRingAttr
fn clone(&self) -> EthtoolRingAttr
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 EthtoolRingAttr
impl Debug for EthtoolRingAttr
Source§impl Nla for EthtoolRingAttr
impl Nla for EthtoolRingAttr
Source§impl PartialEq for EthtoolRingAttr
impl PartialEq for EthtoolRingAttr
impl Eq for EthtoolRingAttr
impl StructuralPartialEq for EthtoolRingAttr
Auto Trait Implementations§
impl Freeze for EthtoolRingAttr
impl RefUnwindSafe for EthtoolRingAttr
impl Send for EthtoolRingAttr
impl Sync for EthtoolRingAttr
impl Unpin for EthtoolRingAttr
impl UnsafeUnpin for EthtoolRingAttr
impl UnwindSafe for EthtoolRingAttr
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