#[repr(C)]
pub struct bpf_prog_load_opts {
Show 21 fields pub sz: usize, pub attempts: c_int, pub expected_attach_type: bpf_attach_type, pub prog_btf_fd: __u32, pub prog_flags: __u32, pub prog_ifindex: __u32, pub kern_version: __u32, pub attach_btf_id: __u32, pub attach_prog_fd: __u32, pub attach_btf_obj_fd: __u32, pub __bindgen_padding_0: [u8; 4], pub fd_array: *const c_int, pub func_info: *const c_void, pub func_info_cnt: __u32, pub func_info_rec_size: __u32, pub line_info: *const c_void, pub line_info_cnt: __u32, pub line_info_rec_size: __u32, pub log_level: __u32, pub log_size: __u32, pub log_buf: *mut c_char,
}

Fields§

§sz: usize§attempts: c_int§expected_attach_type: bpf_attach_type§prog_btf_fd: __u32§prog_flags: __u32§prog_ifindex: __u32§kern_version: __u32§attach_btf_id: __u32§attach_prog_fd: __u32§attach_btf_obj_fd: __u32§__bindgen_padding_0: [u8; 4]§fd_array: *const c_int§func_info: *const c_void§func_info_cnt: __u32§func_info_rec_size: __u32§line_info: *const c_void§line_info_cnt: __u32§line_info_rec_size: __u32§log_level: __u32§log_size: __u32§log_buf: *mut c_char

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.