pub enum BatchAttrs {
Genid(u32),
}Available on crate feature
nftables only.Variants§
Implementations§
Source§impl BatchAttrs
impl BatchAttrs
pub fn new(buf: &[u8]) -> IterableBatchAttrs<'_> ⓘ
Trait Implementations§
Source§impl Clone for BatchAttrs
impl Clone for BatchAttrs
Source§fn clone(&self) -> BatchAttrs
fn clone(&self) -> BatchAttrs
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 BatchAttrs
impl RefUnwindSafe for BatchAttrs
impl Send for BatchAttrs
impl Sync for BatchAttrs
impl Unpin for BatchAttrs
impl UnwindSafe for BatchAttrs
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