Struct pcap_parser::data::NflogHdr
source · [−]Available on crate feature
data only.Fields
af: u8Address family
vers: u8Version (currently: 0)
res_id: u16Resource ID: nflog group for the packet
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NflogHdr
impl Send for NflogHdr
impl Sync for NflogHdr
impl Unpin for NflogHdr
impl UnwindSafe for NflogHdr
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