pub struct PushVfStatsAttrs<Prev: Pusher> { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl<Prev: Pusher> PushVfStatsAttrs<Prev>
impl<Prev: Pusher> PushVfStatsAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_rx_packets(self, value: u64) -> Self
pub fn push_tx_packets(self, value: u64) -> Self
pub fn push_rx_bytes(self, value: u64) -> Self
pub fn push_tx_bytes(self, value: u64) -> Self
pub fn push_broadcast(self, value: u64) -> Self
pub fn push_multicast(self, value: u64) -> Self
pub fn push_pad(self, value: &[u8]) -> Self
pub fn push_rx_dropped(self, value: u64) -> Self
pub fn push_tx_dropped(self, value: u64) -> Self
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushVfStatsAttrs<Prev>
impl<Prev: Pusher> Drop for PushVfStatsAttrs<Prev>
Source§impl<Prev: Pusher> Pusher for PushVfStatsAttrs<Prev>
impl<Prev: Pusher> Pusher for PushVfStatsAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushVfStatsAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushVfStatsAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushVfStatsAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushVfStatsAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushVfStatsAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushVfStatsAttrs<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushVfStatsAttrs<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