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_skeleton
impl !Send for bpf_map_skeleton
impl !Sync for bpf_map_skeleton
impl Unpin for bpf_map_skeleton
impl UnwindSafe for bpf_map_skeleton
Blanket Implementations
Mutably borrows from an owned value. Read more