#[repr(C)]pub struct bpf_core_relo {
pub insn_off: __u32,
pub type_id: __u32,
pub access_str_off: __u32,
pub kind: bpf_core_relo_kind,
}
Fields§
§insn_off: __u32
§type_id: __u32
§access_str_off: __u32
§kind: bpf_core_relo_kind
Trait Implementations§
Source§impl Clone for bpf_core_relo
impl Clone for bpf_core_relo
Source§fn clone(&self) -> bpf_core_relo
fn clone(&self) -> bpf_core_relo
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_core_relo
impl Debug for bpf_core_relo
Source§impl Default for bpf_core_relo
impl Default for bpf_core_relo
impl Copy for bpf_core_relo
Auto Trait Implementations§
impl Freeze for bpf_core_relo
impl RefUnwindSafe for bpf_core_relo
impl Send for bpf_core_relo
impl Sync for bpf_core_relo
impl Unpin for bpf_core_relo
impl UnwindSafe for bpf_core_relo
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
)