#[repr(C)]pub struct btf_array {
pub type_: __u32,
pub index_type: __u32,
pub nelems: __u32,
}
Fields§
§type_: __u32
§index_type: __u32
§nelems: __u32
Trait Implementations§
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
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
)