Struct libbpf_sys::bpf_attr__bindgen_ty_14 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_14 { pub prog_fd: __u32, pub __bindgen_anon_1: bpf_attr__bindgen_ty_14__bindgen_ty_1, pub attach_type: __u32, pub flags: __u32, pub __bindgen_anon_2: bpf_attr__bindgen_ty_14__bindgen_ty_2, }
Fields
prog_fd: __u32__bindgen_anon_1: bpf_attr__bindgen_ty_14__bindgen_ty_1attach_type: __u32flags: __u32__bindgen_anon_2: bpf_attr__bindgen_ty_14__bindgen_ty_2Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_14impl Send for bpf_attr__bindgen_ty_14impl Sync for bpf_attr__bindgen_ty_14impl Unpin for bpf_attr__bindgen_ty_14impl UnwindSafe for bpf_attr__bindgen_ty_14Blanket Implementations
Mutably borrows from an owned value. Read more