pub struct NflogHdr {
pub af: u8,
pub vers: u8,
pub res_id: u16,
}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 Freeze for NflogHdr
impl RefUnwindSafe for NflogHdr
impl Send for NflogHdr
impl Sync for NflogHdr
impl Unpin for NflogHdr
impl UnwindSafe for NflogHdr
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