Struct libbpf_sys::bpf_load_program_attr[][src]

#[repr(C)]
pub struct bpf_load_program_attr {
Show 18 fields pub prog_type: bpf_prog_type, pub expected_attach_type: bpf_attach_type, pub name: *const c_char, pub insns: *const bpf_insn, pub insns_cnt: size_t, pub license: *const c_char, pub __bindgen_anon_1: bpf_load_program_attr__bindgen_ty_1, pub __bindgen_anon_2: bpf_load_program_attr__bindgen_ty_2, pub prog_btf_fd: __u32, pub func_info_rec_size: __u32, pub func_info: *const c_void, pub func_info_cnt: __u32, pub line_info_rec_size: __u32, pub line_info: *const c_void, pub line_info_cnt: __u32, pub log_level: __u32, pub prog_flags: __u32, pub __bindgen_padding_0: [u8; 4],
}

Fields

prog_type: bpf_prog_typeexpected_attach_type: bpf_attach_typename: *const c_charinsns: *const bpf_insninsns_cnt: size_tlicense: *const c_char__bindgen_anon_1: bpf_load_program_attr__bindgen_ty_1__bindgen_anon_2: bpf_load_program_attr__bindgen_ty_2prog_btf_fd: __u32func_info_rec_size: __u32func_info: *const c_voidfunc_info_cnt: __u32line_info_rec_size: __u32line_info: *const c_voidline_info_cnt: __u32log_level: __u32prog_flags: __u32__bindgen_padding_0: [u8; 4]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.