Struct gdnative_visual_script::common::libc::bpf_hdr[][src]

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

Fields

Trait Implementations

impl Clone for bpf_hdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for bpf_hdr
[src]

Auto Trait Implementations

impl Send for bpf_hdr

impl Sync for bpf_hdr