pub struct PushStats<Prev: Pusher> { /* private fields */ }Available on crate feature
ethtool only.Implementations§
Source§impl<Prev: Pusher> PushStats<Prev>
impl<Prev: Pusher> PushStats<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_pad(self, value: &[u8]) -> Self
pub fn nested_header(self) -> PushHeader<Self>
pub fn nested_groups(self) -> PushBitset<Self>
pub fn nested_grp(self) -> PushStatsGrp<Self>
pub fn push_src(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<Prev> Freeze for PushStats<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushStats<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushStats<Prev>where
Prev: Send,
impl<Prev> Sync for PushStats<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushStats<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushStats<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushStats<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