Struct libbpf_sys::bpf_map_skeleton [−][src]
#[repr(C)]pub struct bpf_map_skeleton { pub name: *const c_char, pub map: *mut *mut bpf_map, pub mmaped: *mut *mut c_void, }
Fields
name: *const c_charmap: *mut *mut bpf_mapmmaped: *mut *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_map_skeletonimpl !Send for bpf_map_skeletonimpl !Sync for bpf_map_skeletonimpl Unpin for bpf_map_skeletonimpl UnwindSafe for bpf_map_skeletonBlanket Implementations
Mutably borrows from an owned value. Read more