Struct libbpf_sys::bpf_prog_attach_opts [−][src]
#[repr(C)]pub struct bpf_prog_attach_opts { pub sz: size_t, pub flags: c_uint, pub replace_prog_fd: c_int, }
Fields
sz: size_tflags: c_uintreplace_prog_fd: c_intTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_prog_attach_optsimpl Send for bpf_prog_attach_optsimpl Sync for bpf_prog_attach_optsimpl Unpin for bpf_prog_attach_optsimpl UnwindSafe for bpf_prog_attach_optsBlanket Implementations
Mutably borrows from an owned value. Read more