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_def
impl Send for bpf_map_def
impl Sync for bpf_map_def
impl Unpin for bpf_map_def
impl UnwindSafe for bpf_map_def
Blanket Implementations
Mutably borrows from an owned value. Read more