Struct bcc_sys::bccapi::bpf_attr__bindgen_ty_2[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_2 { pub map_fd: __u32, pub key: __u64, pub __bindgen_anon_1: bpf_attr__bindgen_ty_2__bindgen_ty_1, pub flags: __u64, }

Fields

Trait Implementations

impl Copy for bpf_attr__bindgen_ty_2
[src]

impl Clone for bpf_attr__bindgen_ty_2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for bpf_attr__bindgen_ty_2
[src]

Returns the "default value" for a type. Read more

impl Debug for bpf_attr__bindgen_ty_2
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations