Struct libc_interface::bpf_hdr[][src]

#[repr(C)]
pub struct bpf_hdr { pub bh_tstamp: timeval, pub bh_caplen: uint32_t, pub bh_datalen: uint32_t, pub bh_hdrlen: c_ushort, }

Fields

Trait Implementations

impl Copy for bpf_hdr
[src]

impl Clone for bpf_hdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for bpf_hdr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for bpf_hdr
[src]

Auto Trait Implementations

impl Send for bpf_hdr

impl Sync for bpf_hdr