Struct af_packet::tpacket3::Tpacket3Hdr[][src]

pub struct Tpacket3Hdr {
    pub tp_next_offset: u32,
    pub tp_sec: u32,
    pub tp_nsec: u32,
    pub tp_snaplen: u32,
    pub tp_len: u32,
    pub tp_status: u32,
    pub tp_mac: u16,
    pub tp_net: u16,
    pub hv1: TpacketHdrVariant1,
}

Contains details about individual packets in a block

Fields

Trait Implementations

impl Clone for Tpacket3Hdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tpacket3Hdr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tpacket3Hdr

impl Sync for Tpacket3Hdr