Struct libc::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for bpf_hdr

impl Sync for bpf_hdr