Struct libbpf_sys::bpf_attr__bindgen_ty_2 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_2 { pub map_fd: __u32, pub key: __u64, pub __bindgen_anon_1: bpf_attr__bindgen_ty_2__bindgen_ty_1, pub flags: __u64, }
Fields
map_fd: __u32key: __u64__bindgen_anon_1: bpf_attr__bindgen_ty_2__bindgen_ty_1flags: __u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_2impl Send for bpf_attr__bindgen_ty_2impl Sync for bpf_attr__bindgen_ty_2impl Unpin for bpf_attr__bindgen_ty_2impl UnwindSafe for bpf_attr__bindgen_ty_2Blanket Implementations
Mutably borrows from an owned value. Read more