#[repr(C)]pub struct bpf_map_skeleton {
pub name: *const c_char,
pub map: *mut *mut bpf_map,
pub mmaped: *mut *mut c_void,
pub link: *mut *mut bpf_link,
}
Fields§
§name: *const c_char
§map: *mut *mut bpf_map
§mmaped: *mut *mut c_void
§link: *mut *mut bpf_link
Trait Implementations§
Source§impl Clone for bpf_map_skeleton
impl Clone for bpf_map_skeleton
Source§fn clone(&self) -> bpf_map_skeleton
fn clone(&self) -> bpf_map_skeleton
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for bpf_map_skeleton
impl Debug for bpf_map_skeleton
Source§impl Default for bpf_map_skeleton
impl Default for bpf_map_skeleton
impl Copy for bpf_map_skeleton
Auto Trait Implementations§
impl Freeze for bpf_map_skeleton
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)