pub struct PushRangeAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
nftables only.Implementations§
Source§impl<Prev: Rec> PushRangeAttrs<Prev>
impl<Prev: Rec> PushRangeAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_sreg(self, value: u32) -> Self
pub fn push_sreg(self, value: u32) -> Self
source register of data to compare Associated type: “Registers” (enum)
Sourcepub fn nested_from_data(self) -> PushDataAttrs<Self>
pub fn nested_from_data(self) -> PushDataAttrs<Self>
data range from
Sourcepub fn nested_to_data(self) -> PushDataAttrs<Self>
pub fn nested_to_data(self) -> PushDataAttrs<Self>
data range to
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushRangeAttrs<Prev>
impl<Prev: Rec> Drop for PushRangeAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushRangeAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushRangeAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushRangeAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushRangeAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushRangeAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushRangeAttrs<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