Struct bpf_sys::bpf_stack_build_id[][src]

#[repr(C)]
pub struct bpf_stack_build_id { pub status: __s32, pub build_id: [c_uchar; 20], pub __bindgen_anon_1: bpf_stack_build_id__bindgen_ty_1, }

Fields

Trait Implementations

impl Copy for bpf_stack_build_id
[src]

impl Clone for bpf_stack_build_id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations