Struct bpf_sys::bpf_attr__bindgen_ty_6[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_6 { pub prog_fd: __u32, pub retval: __u32, pub data_size_in: __u32, pub data_size_out: __u32, pub data_in: __u64, pub data_out: __u64, pub repeat: __u32, pub duration: __u32, }

Fields

Trait Implementations

impl Debug for bpf_attr__bindgen_ty_6
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_attr__bindgen_ty_6
[src]

impl Clone for bpf_attr__bindgen_ty_6
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations