pub struct MapInfo {
pub info: bpf_map_info,
}
Expand description
A convenience wrapper for bpf_map_info
. It
provides the ability to retrieve the details of a certain map.
Fields§
§info: bpf_map_info
The inner bpf_map_info
object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapInfo
impl RefUnwindSafe for MapInfo
impl Send for MapInfo
impl Sync for MapInfo
impl Unpin for MapInfo
impl UnwindSafe for MapInfo
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