Struct bpf_sys::bpf_attr__bindgen_ty_7[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_7 { pub __bindgen_anon_1: bpf_attr__bindgen_ty_7__bindgen_ty_1, pub next_id: __u32, pub open_flags: __u32, }

Fields

Trait Implementations

impl Copy for bpf_attr__bindgen_ty_7
[src]

impl Clone for bpf_attr__bindgen_ty_7
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations