Struct libbpf_sys::bpf_attr__bindgen_ty_10 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_10 {
pub target_fd: __u32,
pub attach_type: __u32,
pub query_flags: __u32,
pub attach_flags: __u32,
pub prog_ids: __u64,
pub prog_cnt: __u32,
}Fields
target_fd: __u32attach_type: __u32query_flags: __u32attach_flags: __u32prog_ids: __u64prog_cnt: __u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_10
impl Send for bpf_attr__bindgen_ty_10
impl Sync for bpf_attr__bindgen_ty_10
impl Unpin for bpf_attr__bindgen_ty_10
impl UnwindSafe for bpf_attr__bindgen_ty_10
Blanket Implementations
Mutably borrows from an owned value. Read more