Struct libbpf_sys::bpf_object_open_opts [−][src]
#[repr(C)]pub struct bpf_object_open_opts {
pub sz: size_t,
pub object_name: *const c_char,
pub relaxed_maps: bool,
pub relaxed_core_relocs: bool,
pub pin_root_path: *const c_char,
pub attach_prog_fd: __u32,
pub kconfig: *const c_char,
pub btf_custom_path: *const c_char,
}Fields
sz: size_tobject_name: *const c_charrelaxed_maps: boolrelaxed_core_relocs: boolpin_root_path: *const c_charattach_prog_fd: __u32kconfig: *const c_charbtf_custom_path: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_object_open_opts
impl !Send for bpf_object_open_opts
impl !Sync for bpf_object_open_opts
impl Unpin for bpf_object_open_opts
impl UnwindSafe for bpf_object_open_opts
Blanket Implementations
Mutably borrows from an owned value. Read more