Struct libbpf_sys::bpf_tc_opts [−][src]
#[repr(C)]pub struct bpf_tc_opts {
pub sz: size_t,
pub prog_fd: c_int,
pub flags: __u32,
pub prog_id: __u32,
pub handle: __u32,
pub priority: __u32,
}Fields
sz: size_tprog_fd: c_intflags: __u32prog_id: __u32handle: __u32priority: __u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_tc_opts
impl Send for bpf_tc_opts
impl Sync for bpf_tc_opts
impl Unpin for bpf_tc_opts
impl UnwindSafe for bpf_tc_opts
Blanket Implementations
Mutably borrows from an owned value. Read more