Struct libbpf_sys::bpf_attr__bindgen_ty_15 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_15 { pub link_fd: __u32, pub new_prog_fd: __u32, pub flags: __u32, pub old_prog_fd: __u32, }
Fields
link_fd: __u32new_prog_fd: __u32flags: __u32old_prog_fd: __u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_15impl Send for bpf_attr__bindgen_ty_15impl Sync for bpf_attr__bindgen_ty_15impl Unpin for bpf_attr__bindgen_ty_15impl UnwindSafe for bpf_attr__bindgen_ty_15Blanket Implementations
Mutably borrows from an owned value. Read more