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