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