pub enum MseSnapshot {
AverageMse(u32),
PeakMse(u32),
WorstPeakMse(u32),
}Available on crate feature
ethtool only.Variants§
Implementations§
Source§impl MseSnapshot
impl MseSnapshot
pub fn new<'a>(buf: &'a [u8]) -> IterableMseSnapshot<'a> ⓘ
Trait Implementations§
Source§impl Clone for MseSnapshot
impl Clone for MseSnapshot
Source§fn clone(&self) -> MseSnapshot
fn clone(&self) -> MseSnapshot
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 MseSnapshot
impl RefUnwindSafe for MseSnapshot
impl Send for MseSnapshot
impl Sync for MseSnapshot
impl Unpin for MseSnapshot
impl UnsafeUnpin for MseSnapshot
impl UnwindSafe for MseSnapshot
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