pub type Map<'obj> = MapImpl<'obj>;Expand description
An immutable loaded BPF map.
Aliased Type§
struct Map<'obj> { /* private fields */ }Implementations§
Trait Implementations§
source§impl AsRawLibbpf for Map<'_>
impl AsRawLibbpf for Map<'_>
source§fn as_libbpf_object(&self) -> NonNull<Self::LibbpfType>
fn as_libbpf_object(&self) -> NonNull<Self::LibbpfType>
Retrieve the underlying libbpf_sys::bpf_map.
source§type LibbpfType = bpf_map
type LibbpfType = bpf_map
The underlying
libbpf type.