#[repr(C)]pub struct btf_ext_func_info {
pub insn_off: u32,
pub type_id: u32,
}Fields§
§insn_off: u32§type_id: u32Trait Implementations§
Source§impl Clone for btf_ext_func_info
impl Clone for btf_ext_func_info
Source§fn clone(&self) -> btf_ext_func_info
fn clone(&self) -> btf_ext_func_info
Returns a duplicate 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 btf_ext_func_info
impl Debug for btf_ext_func_info
Source§impl FromCtx<Endian> for btf_ext_func_info
impl FromCtx<Endian> for btf_ext_func_info
Source§impl<'a> IntoCtx<Endian> for &'a btf_ext_func_info
impl<'a> IntoCtx<Endian> for &'a btf_ext_func_info
Source§impl IntoCtx<Endian> for btf_ext_func_info
impl IntoCtx<Endian> for btf_ext_func_info
Source§impl<'a> TryFromCtx<'a, Endian> for btf_ext_func_infowhere
btf_ext_func_info: 'a,
impl<'a> TryFromCtx<'a, Endian> for btf_ext_func_infowhere
btf_ext_func_info: 'a,
Source§impl<'a> TryIntoCtx<Endian> for &'a btf_ext_func_info
impl<'a> TryIntoCtx<Endian> for &'a btf_ext_func_info
Source§impl TryIntoCtx<Endian> for btf_ext_func_info
impl TryIntoCtx<Endian> for btf_ext_func_info
impl Copy for btf_ext_func_info
Auto Trait Implementations§
impl Freeze for btf_ext_func_info
impl RefUnwindSafe for btf_ext_func_info
impl Send for btf_ext_func_info
impl Sync for btf_ext_func_info
impl Unpin for btf_ext_func_info
impl UnwindSafe for btf_ext_func_info
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