pub enum OpGetStatsDumpReply {
Searched(u32),
Found(u32),
Insert(u32),
InsertFailed(u32),
Drop(u32),
EarlyDrop(u32),
Error(u32),
SearchRestart(u32),
ClashResolve(u32),
ChainToolong(u32),
}Available on crate feature
conntrack only.Expand description
dump pcpu conntrack stats
Variants§
Searched(u32)
obsolete
Found(u32)
Insert(u32)
InsertFailed(u32)
Drop(u32)
EarlyDrop(u32)
Error(u32)
SearchRestart(u32)
ClashResolve(u32)
ChainToolong(u32)
Implementations§
Source§impl OpGetStatsDumpReply
impl OpGetStatsDumpReply
pub fn new<'a>(buf: &'a [u8]) -> (PushNfgenmsg, IterableOpGetStatsDumpReply<'a>)
Trait Implementations§
Source§impl Clone for OpGetStatsDumpReply
impl Clone for OpGetStatsDumpReply
Source§fn clone(&self) -> OpGetStatsDumpReply
fn clone(&self) -> OpGetStatsDumpReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpGetStatsDumpReply
impl RefUnwindSafe for OpGetStatsDumpReply
impl Send for OpGetStatsDumpReply
impl Sync for OpGetStatsDumpReply
impl Unpin for OpGetStatsDumpReply
impl UnwindSafe for OpGetStatsDumpReply
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