Struct bpf_sys::bpf_attr__bindgen_ty_11[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_11 { pub btf: __u64, pub btf_log_buf: __u64, pub btf_size: __u32, pub btf_log_size: __u32, pub btf_log_level: __u32, }

Fields

Trait Implementations

impl Debug for bpf_attr__bindgen_ty_11
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_attr__bindgen_ty_11
[src]

impl Clone for bpf_attr__bindgen_ty_11
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations