pub struct PushTcaStatsAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushTcaStatsAttrs<Prev>
impl<Prev: Rec> PushTcaStatsAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_basic(self, value: PushGnetStatsBasic) -> Self
pub fn push_rate_est(self, value: PushGnetStatsRateEst) -> Self
pub fn push_queue(self, value: PushGnetStatsQueue) -> Self
pub fn push_rate_est64(self, value: PushGnetStatsRateEst64) -> Self
pub fn push_pad(self, value: &[u8]) -> Self
pub fn push_basic_hw(self, value: PushGnetStatsBasic) -> Self
pub fn push_pkt64(self, value: u64) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushTcaStatsAttrs<Prev>
impl<Prev: Rec> Drop for PushTcaStatsAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushTcaStatsAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushTcaStatsAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushTcaStatsAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushTcaStatsAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushTcaStatsAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushTcaStatsAttrs<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