Struct bpf_sys::bpf_attr__bindgen_ty_3[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_3 { pub prog_type: __u32, pub insn_cnt: __u32, pub insns: __u64, pub license: __u64, pub log_level: __u32, pub log_size: __u32, pub log_buf: __u64, pub kern_version: __u32, pub prog_flags: __u32, pub prog_name: [c_char; 16], pub prog_ifindex: __u32, pub expected_attach_type: __u32, }

Fields

Trait Implementations

impl Debug for bpf_attr__bindgen_ty_3
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_attr__bindgen_ty_3
[src]

impl Clone for bpf_attr__bindgen_ty_3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations