#[repr(C)]pub struct btf_type {
pub name_off: __u32,
pub info: __u32,
pub __bindgen_anon_1: btf_type__bindgen_ty_1,
}
Fields§
§name_off: __u32
§info: __u32
§__bindgen_anon_1: btf_type__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for btf_type
impl RefUnwindSafe for btf_type
impl Send for btf_type
impl Sync for btf_type
impl Unpin for btf_type
impl UnwindSafe for btf_type
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
)