Struct bpf_sys::bpf_attr__bindgen_ty_8[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_8 { pub bpf_fd: __u32, pub info_len: __u32, pub info: __u64, }

Fields

Trait Implementations

impl Debug for bpf_attr__bindgen_ty_8
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_attr__bindgen_ty_8
[src]

impl Clone for bpf_attr__bindgen_ty_8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations