Struct af_packet::Tpacket3Hdr [] [src]

pub struct Tpacket3Hdr {
    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,
    // some fields omitted
}

Contains details about individual packets in a block

Fields

Trait Implementations

impl Clone for Tpacket3Hdr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Tpacket3Hdr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tpacket3Hdr

impl Sync for Tpacket3Hdr