pub struct PushExprFlowOffloadAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
nftables only.Implementations§
Source§impl<Prev: Rec> PushExprFlowOffloadAttrs<Prev>
impl<Prev: Rec> PushExprFlowOffloadAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_name_bytes(self, value: &[u8]) -> Self
pub fn push_name_bytes(self, value: &[u8]) -> Self
Flow offload table name
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushExprFlowOffloadAttrs<Prev>
impl<Prev: Rec> Drop for PushExprFlowOffloadAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushExprFlowOffloadAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushExprFlowOffloadAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushExprFlowOffloadAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushExprFlowOffloadAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushExprFlowOffloadAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushExprFlowOffloadAttrs<Prev>where
Prev: UnwindSafe,
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