pub struct PushOpGetStatsDumpReply<Prev: Rec> { /* private fields */ }Available on crate feature
conntrack only.Expand description
dump pcpu conntrack stats
Implementations§
Source§impl<Prev: Rec> PushOpGetStatsDumpReply<Prev>
impl<Prev: Rec> PushOpGetStatsDumpReply<Prev>
pub fn new(prev: Prev, header: &PushNfgenmsg) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_searched(self, value: u32) -> Self
pub fn push_searched(self, value: u32) -> Self
obsolete
pub fn push_found(self, value: u32) -> Self
pub fn push_insert(self, value: u32) -> Self
pub fn push_insert_failed(self, value: u32) -> Self
pub fn push_drop(self, value: u32) -> Self
pub fn push_early_drop(self, value: u32) -> Self
pub fn push_error(self, value: u32) -> Self
pub fn push_search_restart(self, value: u32) -> Self
pub fn push_clash_resolve(self, value: u32) -> Self
pub fn push_chain_toolong(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpGetStatsDumpReply<Prev>
impl<Prev: Rec> Drop for PushOpGetStatsDumpReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpGetStatsDumpReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpGetStatsDumpReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpGetStatsDumpReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpGetStatsDumpReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpGetStatsDumpReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpGetStatsDumpReply<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