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