Struct libbpf_sys::bpf_prog_prep_result [−][src]
#[repr(C)]pub struct bpf_prog_prep_result { pub new_insn_ptr: *mut bpf_insn, pub new_insn_cnt: c_int, pub pfd: *mut c_int, }
Fields
new_insn_ptr: *mut bpf_insnnew_insn_cnt: c_intpfd: *mut c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_prog_prep_resultimpl !Send for bpf_prog_prep_resultimpl !Sync for bpf_prog_prep_resultimpl Unpin for bpf_prog_prep_resultimpl UnwindSafe for bpf_prog_prep_resultBlanket Implementations
Mutably borrows from an owned value. Read more