Struct libbpf_sys::bpf_map_def [−][src]
#[repr(C)]pub struct bpf_map_def { pub type_: c_uint, pub key_size: c_uint, pub value_size: c_uint, pub max_entries: c_uint, pub map_flags: c_uint, }
Fields
type_: c_uintkey_size: c_uintvalue_size: c_uintmax_entries: c_uintmap_flags: c_uintTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_map_defimpl Send for bpf_map_defimpl Sync for bpf_map_defimpl Unpin for bpf_map_defimpl UnwindSafe for bpf_map_defBlanket Implementations
Mutably borrows from an owned value. Read more