[][src]Struct bpf_sys::bpf_attr__bindgen_ty_3

#[repr(C)]pub struct bpf_attr__bindgen_ty_3 {
    pub prog_type: __u32,
    pub insn_cnt: __u32,
    pub insns: __u64,
    pub license: __u64,
    pub log_level: __u32,
    pub log_size: __u32,
    pub log_buf: __u64,
    pub kern_version: __u32,
    pub prog_flags: __u32,
    pub prog_name: [c_char; 16],
    pub prog_ifindex: __u32,
    pub expected_attach_type: __u32,
    pub prog_btf_fd: __u32,
    pub func_info_rec_size: __u32,
    pub func_info: __u64,
    pub func_info_cnt: __u32,
    pub line_info_rec_size: __u32,
    pub line_info: __u64,
    pub line_info_cnt: __u32,
}

Fields

prog_type: __u32insn_cnt: __u32insns: __u64license: __u64log_level: __u32log_size: __u32log_buf: __u64kern_version: __u32prog_flags: __u32prog_name: [c_char; 16]prog_ifindex: __u32expected_attach_type: __u32prog_btf_fd: __u32func_info_rec_size: __u32func_info: __u64func_info_cnt: __u32line_info_rec_size: __u32line_info: __u64line_info_cnt: __u32

Trait Implementations

impl Clone for bpf_attr__bindgen_ty_3[src]

impl Copy for bpf_attr__bindgen_ty_3[src]

impl Debug for bpf_attr__bindgen_ty_3[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.