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