Struct libbpf_sys::bpf_attr__bindgen_ty_3 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_3 { pub in_batch: __u64, pub out_batch: __u64, pub keys: __u64, pub values: __u64, pub count: __u32, pub map_fd: __u32, pub elem_flags: __u64, pub flags: __u64, }
Fields
in_batch: __u64out_batch: __u64keys: __u64values: __u64count: __u32map_fd: __u32elem_flags: __u64flags: __u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_3impl Send for bpf_attr__bindgen_ty_3impl Sync for bpf_attr__bindgen_ty_3impl Unpin for bpf_attr__bindgen_ty_3impl UnwindSafe for bpf_attr__bindgen_ty_3Blanket Implementations
Mutably borrows from an owned value. Read more