pub enum OpGetStatsDumpRequest {}Available on crate feature
conntrack only.Expand description
dump pcpu conntrack stats
Implementations§
Source§impl OpGetStatsDumpRequest
impl OpGetStatsDumpRequest
pub fn new<'a>( buf: &'a [u8], ) -> (PushNfgenmsg, IterableOpGetStatsDumpRequest<'a>)
Trait Implementations§
Source§impl Clone for OpGetStatsDumpRequest
impl Clone for OpGetStatsDumpRequest
Source§fn clone(&self) -> OpGetStatsDumpRequest
fn clone(&self) -> OpGetStatsDumpRequest
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 OpGetStatsDumpRequest
impl RefUnwindSafe for OpGetStatsDumpRequest
impl Send for OpGetStatsDumpRequest
impl Sync for OpGetStatsDumpRequest
impl Unpin for OpGetStatsDumpRequest
impl UnwindSafe for OpGetStatsDumpRequest
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