pub struct PushCakeStatsAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushCakeStatsAttrs<Prev>
impl<Prev: Rec> PushCakeStatsAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_pad(self, value: &[u8]) -> Self
pub fn push_capacity_estimate64(self, value: u64) -> Self
pub fn push_memory_limit(self, value: u32) -> Self
pub fn push_memory_used(self, value: u32) -> Self
pub fn push_avg_netoff(self, value: u32) -> Self
pub fn push_min_netlen(self, value: u32) -> Self
pub fn push_max_netlen(self, value: u32) -> Self
pub fn push_min_adjlen(self, value: u32) -> Self
pub fn push_max_adjlen(self, value: u32) -> Self
pub fn array_tin_stats(self) -> PushArrayCakeTinStatsAttrs<Self>
pub fn push_deficit(self, value: i32) -> Self
pub fn push_cobalt_count(self, value: u32) -> Self
pub fn push_dropping(self, value: u32) -> Self
pub fn push_drop_next_us(self, value: i32) -> Self
pub fn push_p_drop(self, value: u32) -> Self
pub fn push_blue_timer_us(self, value: i32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushCakeStatsAttrs<Prev>
impl<Prev: Rec> Drop for PushCakeStatsAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushCakeStatsAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushCakeStatsAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushCakeStatsAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushCakeStatsAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushCakeStatsAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushCakeStatsAttrs<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