Struct libbpf_sys::bpf_attr__bindgen_ty_12 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_12 { pub btf: __u64, pub btf_log_buf: __u64, pub btf_size: __u32, pub btf_log_size: __u32, pub btf_log_level: __u32, }
Fields
btf: __u64btf_log_buf: __u64btf_size: __u32btf_log_size: __u32btf_log_level: __u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_12impl Send for bpf_attr__bindgen_ty_12impl Sync for bpf_attr__bindgen_ty_12impl Unpin for bpf_attr__bindgen_ty_12impl UnwindSafe for bpf_attr__bindgen_ty_12Blanket Implementations
Mutably borrows from an owned value. Read more