Struct bpf_sys::bpf_map_info[][src]

#[repr(C)]
pub struct bpf_map_info { pub type_: __u32, pub id: __u32, pub key_size: __u32, pub value_size: __u32, pub max_entries: __u32, pub map_flags: __u32, pub name: [c_char; 16], pub ifindex: __u32, pub netns_dev: __u64, pub netns_ino: __u64, pub btf_id: __u32, pub btf_key_type_id: __u32, pub btf_value_type_id: __u32, }

Fields

Trait Implementations

impl Debug for bpf_map_info
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_map_info
[src]

impl Clone for bpf_map_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations