#[repr(C)]pub struct btf_array {
pub type_: __u32,
pub index_type: __u32,
pub nelems: __u32,
}Fields§
§type_: __u32§index_type: __u32§nelems: __u32Trait Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)