pub enum TsStat {
TxPkts(u32),
TxLost(u32),
TxErr(u32),
TxOnestepPktsUnconfirmed(u32),
}Available on crate feature
ethtool only.Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TsStat
impl RefUnwindSafe for TsStat
impl Send for TsStat
impl Sync for TsStat
impl Unpin for TsStat
impl UnsafeUnpin for TsStat
impl UnwindSafe for TsStat
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