Struct libbpf_sys::bpf_link_update_opts [−][src]
#[repr(C)]pub struct bpf_link_update_opts { pub sz: size_t, pub flags: __u32, pub old_prog_fd: __u32, }
Fields
sz: size_tflags: __u32old_prog_fd: __u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_link_update_optsimpl Send for bpf_link_update_optsimpl Sync for bpf_link_update_optsimpl Unpin for bpf_link_update_optsimpl UnwindSafe for bpf_link_update_optsBlanket Implementations
Mutably borrows from an owned value. Read more