Struct libbpf_sys::bpf_tc_hook [−][src]
#[repr(C)]pub struct bpf_tc_hook { pub sz: size_t, pub ifindex: c_int, pub attach_point: bpf_tc_attach_point, pub parent: __u32, }
Fields
sz: size_tifindex: c_intattach_point: bpf_tc_attach_pointparent: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_tc_hookimpl Send for bpf_tc_hookimpl Sync for bpf_tc_hookimpl Unpin for bpf_tc_hookimpl UnwindSafe for bpf_tc_hookBlanket Implementations
Mutably borrows from an owned value. Read more