pub struct PushLinkOffloadXstats<Prev: Pusher> { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl<Prev: Pusher> PushLinkOffloadXstats<Prev>
impl<Prev: Pusher> PushLinkOffloadXstats<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_cpu_hit(self, value: &[u8]) -> Self
pub fn array_hw_s_info(self) -> PushArrayHwSInfoOne<Self>
pub fn push_l3_stats(self, value: &[u8]) -> Self
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushLinkOffloadXstats<Prev>
impl<Prev: Pusher> Drop for PushLinkOffloadXstats<Prev>
Source§impl<Prev: Pusher> Pusher for PushLinkOffloadXstats<Prev>
impl<Prev: Pusher> Pusher for PushLinkOffloadXstats<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushLinkOffloadXstats<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushLinkOffloadXstats<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushLinkOffloadXstats<Prev>where
Prev: Send,
impl<Prev> Sync for PushLinkOffloadXstats<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushLinkOffloadXstats<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushLinkOffloadXstats<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushLinkOffloadXstats<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