pub struct PushFecStat<Prev: Rec> { /* private fields */ }Available on crate feature
ethtool only.Implementations§
Source§impl<Prev: Rec> PushFecStat<Prev>
impl<Prev: Rec> PushFecStat<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_pad(self, value: &[u8]) -> Self
pub fn push_corrected(self, value: &[u8]) -> Self
pub fn push_uncorr(self, value: &[u8]) -> Self
pub fn push_corr_bits(self, value: &[u8]) -> Self
Sourcepub fn nested_hist(self) -> PushFecHist<Self>
pub fn nested_hist(self) -> PushFecHist<Self>
Attribute may repeat multiple times (treat it as array)
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushFecStat<Prev>
impl<Prev: Rec> Drop for PushFecStat<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushFecStat<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushFecStat<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushFecStat<Prev>where
Prev: Send,
impl<Prev> Sync for PushFecStat<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushFecStat<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushFecStat<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushFecStat<Prev>where
Prev: UnwindSafe,
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