pub enum OpGetflowtableDoReply<'a> {
Table(&'a CStr),
Name(&'a CStr),
Hook(IterableFlowtableHookAttrs<'a>),
Use(u32),
Handle(u64),
Flags(u32),
}Available on crate feature
nftables only.Expand description
Get / dump flow tables.
Variants§
Table(&'a CStr)
Name(&'a CStr)
Hook(IterableFlowtableHookAttrs<'a>)
Use(u32)
Handle(u64)
Flags(u32)
Implementations§
Source§impl<'a> OpGetflowtableDoReply<'a>
impl<'a> OpGetflowtableDoReply<'a>
pub fn new(buf: &'a [u8]) -> (PushNfgenmsg, IterableOpGetflowtableDoReply<'a>)
Trait Implementations§
Source§impl<'a> Clone for OpGetflowtableDoReply<'a>
impl<'a> Clone for OpGetflowtableDoReply<'a>
Source§fn clone(&self) -> OpGetflowtableDoReply<'a>
fn clone(&self) -> OpGetflowtableDoReply<'a>
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<'a> Freeze for OpGetflowtableDoReply<'a>
impl<'a> RefUnwindSafe for OpGetflowtableDoReply<'a>
impl<'a> Send for OpGetflowtableDoReply<'a>
impl<'a> Sync for OpGetflowtableDoReply<'a>
impl<'a> Unpin for OpGetflowtableDoReply<'a>
impl<'a> UnwindSafe for OpGetflowtableDoReply<'a>
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