#[repr(C)]pub struct btf_array {
pub val_type_id: u32,
pub idx_type_id: u32,
pub nelems: u32,
}Fields§
§val_type_id: u32§idx_type_id: u32§nelems: u32Trait Implementations§
Source§impl<'a> TryIntoCtx<Endian> for &'a btf_array
impl<'a> TryIntoCtx<Endian> for &'a btf_array
Source§impl TryIntoCtx<Endian> for btf_array
impl TryIntoCtx<Endian> for btf_array
impl Copy for btf_array
Auto Trait Implementations§
impl Freeze for btf_array
impl RefUnwindSafe for btf_array
impl Send for btf_array
impl Sync for btf_array
impl Unpin for btf_array
impl UnwindSafe for btf_array
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