Struct libbpf_sys::bpf_attr__bindgen_ty_19 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_19 { pub prog_fd: __u32, pub map_fd: __u32, pub flags: __u32, }
Fields
prog_fd: __u32map_fd: __u32flags: __u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_19impl Send for bpf_attr__bindgen_ty_19impl Sync for bpf_attr__bindgen_ty_19impl Unpin for bpf_attr__bindgen_ty_19impl UnwindSafe for bpf_attr__bindgen_ty_19Blanket Implementations
Mutably borrows from an owned value. Read more