Struct bpf_sys::bpf_attr__bindgen_ty_12[][src]

#[repr(C)]
pub struct bpf_attr__bindgen_ty_12 { pub pid: __u32, pub fd: __u32, pub flags: __u32, pub buf_len: __u32, pub buf: __u64, pub prog_id: __u32, pub fd_type: __u32, pub probe_offset: __u64, pub probe_addr: __u64, }

Fields

Trait Implementations

impl Debug for bpf_attr__bindgen_ty_12
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_attr__bindgen_ty_12
[src]

impl Clone for bpf_attr__bindgen_ty_12
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations