pub struct PushExprBitwiseAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
nftables only.Implementations§
Source§impl<Prev: Rec> PushExprBitwiseAttrs<Prev>
impl<Prev: Rec> PushExprBitwiseAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_sreg(self, value: u32) -> Self
pub fn push_dreg(self, value: u32) -> Self
pub fn push_len(self, value: u32) -> Self
pub fn nested_mask(self) -> PushDataAttrs<Self>
pub fn nested_xor(self) -> PushDataAttrs<Self>
pub fn nested_data(self) -> PushDataAttrs<Self>
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushExprBitwiseAttrs<Prev>
impl<Prev: Rec> Drop for PushExprBitwiseAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushExprBitwiseAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushExprBitwiseAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushExprBitwiseAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushExprBitwiseAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushExprBitwiseAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushExprBitwiseAttrs<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