#[repr(C)]pub struct btf_ext_header {
pub magic: c_ushort,
pub version: c_uchar,
pub flags: c_uchar,
pub hdr_len: c_uint,
pub func_info_off: c_uint,
pub func_info_len: c_uint,
pub line_info_off: c_uint,
pub line_info_len: c_uint,
pub core_relo_off: c_uint,
pub core_relo_len: c_uint,
}
Fields§
§magic: c_ushort
§version: c_uchar
§flags: c_uchar
§hdr_len: c_uint
§func_info_off: c_uint
§func_info_len: c_uint
§line_info_off: c_uint
§line_info_len: c_uint
§core_relo_off: c_uint
§core_relo_len: c_uint
Trait Implementations§
Source§impl Clone for btf_ext_header
impl Clone for btf_ext_header
Source§fn clone(&self) -> btf_ext_header
fn clone(&self) -> btf_ext_header
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
impl Debug for btf_ext_header
impl Copy for btf_ext_header
Auto Trait Implementations§
impl Freeze for btf_ext_header
impl RefUnwindSafe for btf_ext_header
impl Send for btf_ext_header
impl Sync for btf_ext_header
impl Unpin for btf_ext_header
impl UnwindSafe for btf_ext_header
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