Struct libbpf_sys::xdp_link_info [−][src]
#[repr(C)]pub struct xdp_link_info {
pub prog_id: __u32,
pub drv_prog_id: __u32,
pub hw_prog_id: __u32,
pub skb_prog_id: __u32,
pub attach_mode: __u8,
pub __bindgen_padding_0: [u8; 3],
}Fields
prog_id: __u32drv_prog_id: __u32hw_prog_id: __u32skb_prog_id: __u32attach_mode: __u8__bindgen_padding_0: [u8; 3]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for xdp_link_info
impl Send for xdp_link_info
impl Sync for xdp_link_info
impl Unpin for xdp_link_info
impl UnwindSafe for xdp_link_info
Blanket Implementations
Mutably borrows from an owned value. Read more