pub enum StatsGrpHist {
HistBktLow(u32),
HistBktHi(u32),
HistVal(u64),
}Available on crate feature
ethtool only.Variants§
Implementations§
Source§impl StatsGrpHist
impl StatsGrpHist
pub fn new<'a>(buf: &'a [u8]) -> IterableStatsGrpHist<'a> ⓘ
Trait Implementations§
Source§impl Clone for StatsGrpHist
impl Clone for StatsGrpHist
Source§fn clone(&self) -> StatsGrpHist
fn clone(&self) -> StatsGrpHist
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StatsGrpHist
impl RefUnwindSafe for StatsGrpHist
impl Send for StatsGrpHist
impl Sync for StatsGrpHist
impl Unpin for StatsGrpHist
impl UnsafeUnpin for StatsGrpHist
impl UnwindSafe for StatsGrpHist
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