Struct libbpf_sys::bpf_attr__bindgen_ty_13 [−][src]
#[repr(C)]pub struct bpf_attr__bindgen_ty_13 { pub pid: __u32, pub fd: __u32, pub flags: __u32, pub buf_len: __u32, pub buf: __u64, pub prog_id: __u32, pub fd_type: __u32, pub probe_offset: __u64, pub probe_addr: __u64, }
Fields
pid: __u32fd: __u32flags: __u32buf_len: __u32buf: __u64prog_id: __u32fd_type: __u32probe_offset: __u64probe_addr: __u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_attr__bindgen_ty_13impl Send for bpf_attr__bindgen_ty_13impl Sync for bpf_attr__bindgen_ty_13impl Unpin for bpf_attr__bindgen_ty_13impl UnwindSafe for bpf_attr__bindgen_ty_13Blanket Implementations
Mutably borrows from an owned value. Read more