Struct libbpf_sys::btf_type [−][src]
#[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: __u32info: __u32__bindgen_anon_1: btf_type__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for btf_typeimpl UnwindSafe for btf_typeBlanket Implementations
Mutably borrows from an owned value. Read more