#[repr(C)]pub struct bpf_map_info {Show 17 fields
pub type_: u32,
pub id: u32,
pub key_size: u32,
pub value_size: u32,
pub max_entries: u32,
pub map_flags: u32,
pub name: [i8; 16],
pub ifindex: u32,
pub btf_vmlinux_value_type_id: 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,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub map_extra: u64,
}
Fields§
§type_: u32
§id: u32
§key_size: u32
§value_size: u32
§max_entries: u32
§map_flags: u32
§name: [i8; 16]
§ifindex: u32
§btf_vmlinux_value_type_id: u32
§netns_dev: u64
§netns_ino: u64
§btf_id: u32
§btf_key_type_id: u32
§btf_value_type_id: u32
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§map_extra: u64
Implementations§
Source§impl bpf_map_info
impl bpf_map_info
pub fn new_bitfield_1() -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for bpf_map_info
impl Clone for bpf_map_info
Source§fn clone(&self) -> bpf_map_info
fn clone(&self) -> bpf_map_info
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for bpf_map_info
impl Debug for bpf_map_info
impl Copy for bpf_map_info
Auto Trait Implementations§
impl Freeze for bpf_map_info
impl RefUnwindSafe for bpf_map_info
impl Send for bpf_map_info
impl Sync for bpf_map_info
impl Unpin for bpf_map_info
impl UnwindSafe for bpf_map_info
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more