Struct libbpf_sys::bpf_object_open_attr [−][src]
#[repr(C)]pub struct bpf_object_open_attr { pub file: *const c_char, pub prog_type: bpf_prog_type, }
Fields
file: *const c_charprog_type: bpf_prog_typeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_object_open_attrimpl !Send for bpf_object_open_attrimpl !Sync for bpf_object_open_attrimpl Unpin for bpf_object_open_attrimpl UnwindSafe for bpf_object_open_attrBlanket Implementations
Mutably borrows from an owned value. Read more