pub struct PushOpGetDoRequest<Prev: Rec> { /* private fields */ }Available on crate feature
conntrack only.Expand description
get / dump entries
Implementations§
Source§impl<Prev: Rec> PushOpGetDoRequest<Prev>
impl<Prev: Rec> PushOpGetDoRequest<Prev>
pub fn new(prev: Prev, header: &PushNfgenmsg) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn nested_tuple_orig(self) -> PushTupleAttrs<Self>
pub fn nested_tuple_orig(self) -> PushTupleAttrs<Self>
conntrack l3+l4 protocol information, original direction
Sourcepub fn nested_tuple_reply(self) -> PushTupleAttrs<Self>
pub fn nested_tuple_reply(self) -> PushTupleAttrs<Self>
conntrack l3+l4 protocol information, reply direction
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpGetDoRequest<Prev>
impl<Prev: Rec> Drop for PushOpGetDoRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpGetDoRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpGetDoRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpGetDoRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpGetDoRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpGetDoRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpGetDoRequest<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