pub enum EthtoolFecStat {
Corrected(u64),
Uncorrected(u64),
CorrectBits(u64),
Other(DefaultNla),
}Variants§
Trait Implementations§
Source§impl Clone for EthtoolFecStat
impl Clone for EthtoolFecStat
Source§fn clone(&self) -> EthtoolFecStat
fn clone(&self) -> EthtoolFecStat
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 EthtoolFecStat
impl Debug for EthtoolFecStat
Source§impl Nla for EthtoolFecStat
impl Nla for EthtoolFecStat
Source§impl PartialEq for EthtoolFecStat
impl PartialEq for EthtoolFecStat
impl Eq for EthtoolFecStat
impl StructuralPartialEq for EthtoolFecStat
Auto Trait Implementations§
impl Freeze for EthtoolFecStat
impl RefUnwindSafe for EthtoolFecStat
impl Send for EthtoolFecStat
impl Sync for EthtoolFecStat
impl Unpin for EthtoolFecStat
impl UnsafeUnpin for EthtoolFecStat
impl UnwindSafe for EthtoolFecStat
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