pub enum ExprMetaAttrs {
Dreg(u32),
Key(u32),
Sreg(u32),
}Available on crate feature
nftables only.Variants§
Implementations§
Source§impl ExprMetaAttrs
impl ExprMetaAttrs
pub fn new<'a>(buf: &'a [u8]) -> IterableExprMetaAttrs<'a> ⓘ
Trait Implementations§
Source§impl Clone for ExprMetaAttrs
impl Clone for ExprMetaAttrs
Source§fn clone(&self) -> ExprMetaAttrs
fn clone(&self) -> ExprMetaAttrs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExprMetaAttrs
impl RefUnwindSafe for ExprMetaAttrs
impl Send for ExprMetaAttrs
impl Sync for ExprMetaAttrs
impl Unpin for ExprMetaAttrs
impl UnsafeUnpin for ExprMetaAttrs
impl UnwindSafe for ExprMetaAttrs
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