Struct pcap_parser::data::NflogPacket
source · [−]Available on crate feature
data only.Fields
header: NflogHdrThe nflog packet header
data: Vec<NflogTlv<'a>>The objects (Type-Length-Value)
Implementations
sourceimpl<'a> NflogPacket<'a>
impl<'a> NflogPacket<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for NflogPacket<'a>
impl<'a> Send for NflogPacket<'a>
impl<'a> Sync for NflogPacket<'a>
impl<'a> Unpin for NflogPacket<'a>
impl<'a> UnwindSafe for NflogPacket<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more