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