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, }
Fields
sz: size_tobject_name: *const c_charrelaxed_maps: boolrelaxed_core_relocs: boolpin_root_path: *const c_charattach_prog_fd: __u32kconfig: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_object_open_optsimpl !Send for bpf_object_open_optsimpl !Sync for bpf_object_open_optsimpl Unpin for bpf_object_open_optsimpl UnwindSafe for bpf_object_open_optsBlanket Implementations
Mutably borrows from an owned value. Read more