Struct bpf_sys::bpf_attr__bindgen_ty_9[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_9 { pub target_fd: __u32, pub attach_type: __u32, pub query_flags: __u32, pub attach_flags: __u32, pub prog_ids: __u64, pub prog_cnt: __u32, }

Fields

Trait Implementations

impl Debug for bpf_attr__bindgen_ty_9
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_attr__bindgen_ty_9
[src]

impl Clone for bpf_attr__bindgen_ty_9
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations