pub type MapMut<'obj> = MapImpl<'obj, Mut>;Expand description
A mutable loaded BPF map.
Aliased Type§
pub struct MapMut<'obj> { /* private fields */ }Implementations§
Methods from Deref<Target = Map<'obj>>§
Sourcepub fn get_pin_path(&self) -> Option<&OsStr>
pub fn get_pin_path(&self) -> Option<&OsStr>
Returns the pin_path if the map is pinned, otherwise, None
is returned.
Sourcepub fn autocreate(&self) -> bool
pub fn autocreate(&self) -> bool
Return true if the map was set to be auto-created during load, false otherwise.