Struct libbpf_sys::bpf_map_batch_opts [−][src]
#[repr(C)]pub struct bpf_map_batch_opts { pub sz: size_t, pub elem_flags: __u64, pub flags: __u64, }
Fields
sz: size_telem_flags: __u64flags: __u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_map_batch_optsimpl Send for bpf_map_batch_optsimpl Sync for bpf_map_batch_optsimpl Unpin for bpf_map_batch_optsimpl UnwindSafe for bpf_map_batch_optsBlanket Implementations
Mutably borrows from an owned value. Read more