Struct libbpf_sys::bpf_prog_load_attr [−][src]
#[repr(C)]pub struct bpf_prog_load_attr { pub file: *const c_char, pub prog_type: bpf_prog_type, pub expected_attach_type: bpf_attach_type, pub ifindex: c_int, pub log_level: c_int, pub prog_flags: c_int, }
Fields
file: *const c_charprog_type: bpf_prog_typeexpected_attach_type: bpf_attach_typeifindex: c_intlog_level: c_intprog_flags: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_prog_load_attrimpl !Send for bpf_prog_load_attrimpl !Sync for bpf_prog_load_attrimpl Unpin for bpf_prog_load_attrimpl UnwindSafe for bpf_prog_load_attrBlanket Implementations
Mutably borrows from an owned value. Read more