Struct libbpf_sys::bpf_attr__bindgen_ty_8 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_8 { pub __bindgen_anon_1: bpf_attr__bindgen_ty_8__bindgen_ty_1, pub next_id: __u32, pub open_flags: __u32, }
Fields
__bindgen_anon_1: bpf_attr__bindgen_ty_8__bindgen_ty_1next_id: __u32open_flags: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_8impl Send for bpf_attr__bindgen_ty_8impl Sync for bpf_attr__bindgen_ty_8impl Unpin for bpf_attr__bindgen_ty_8impl UnwindSafe for bpf_attr__bindgen_ty_8Blanket Implementations
Mutably borrows from an owned value. Read more