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