#[repr(C)]pub struct btf_ext_header_v1 {
pub magic: u16,
pub version: u8,
pub flags: u8,
pub hdr_len: u32,
pub func_info_off: u32,
pub func_info_len: u32,
pub line_info_off: u32,
pub line_info_len: u32,
}Fields§
§magic: u16§version: u8§flags: u8§hdr_len: u32§func_info_off: u32§func_info_len: u32§line_info_off: u32§line_info_len: u32Trait Implementations§
Source§impl Clone for btf_ext_header_v1
impl Clone for btf_ext_header_v1
Source§fn clone(&self) -> btf_ext_header_v1
fn clone(&self) -> btf_ext_header_v1
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_header_v1
impl Debug for btf_ext_header_v1
Source§impl FromCtx<Endian> for btf_ext_header_v1
impl FromCtx<Endian> for btf_ext_header_v1
Source§impl<'a> IntoCtx<Endian> for &'a btf_ext_header_v1
impl<'a> IntoCtx<Endian> for &'a btf_ext_header_v1
Source§impl IntoCtx<Endian> for btf_ext_header_v1
impl IntoCtx<Endian> for btf_ext_header_v1
Source§impl<'a> TryFromCtx<'a, Endian> for btf_ext_header_v1where
btf_ext_header_v1: 'a,
impl<'a> TryFromCtx<'a, Endian> for btf_ext_header_v1where
btf_ext_header_v1: 'a,
Source§impl<'a> TryIntoCtx<Endian> for &'a btf_ext_header_v1
impl<'a> TryIntoCtx<Endian> for &'a btf_ext_header_v1
Source§impl TryIntoCtx<Endian> for btf_ext_header_v1
impl TryIntoCtx<Endian> for btf_ext_header_v1
impl Copy for btf_ext_header_v1
Auto Trait Implementations§
impl Freeze for btf_ext_header_v1
impl RefUnwindSafe for btf_ext_header_v1
impl Send for btf_ext_header_v1
impl Sync for btf_ext_header_v1
impl Unpin for btf_ext_header_v1
impl UnwindSafe for btf_ext_header_v1
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