[−][src]Struct libbpf_sys::bpf_prog_info
Fields
type_: __u32id: __u32tag: [__u8; 8]jited_prog_len: __u32xlated_prog_len: __u32jited_prog_insns: __u64xlated_prog_insns: __u64load_time: __u64created_by_uid: __u32nr_map_ids: __u32map_ids: __u64name: [c_char; 16]ifindex: __u32_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>netns_dev: __u64netns_ino: __u64nr_jited_ksyms: __u32nr_jited_func_lens: __u32jited_ksyms: __u64jited_func_lens: __u64btf_id: __u32func_info_rec_size: __u32func_info: __u64nr_func_info: __u32nr_line_info: __u32line_info: __u64jited_line_info: __u64nr_jited_line_info: __u32line_info_rec_size: __u32jited_line_info_rec_size: __u32run_time_ns: __u64run_cnt: __u64Implementations
impl bpf_prog_info[src]
pub fn gpl_compatible(&self) -> __u32[src]
pub fn set_gpl_compatible(&mut self, val: __u32)[src]
pub fn new_bitfield_1(
gpl_compatible: __u32
) -> __BindgenBitfieldUnit<[u8; 4], u8>[src]
gpl_compatible: __u32
) -> __BindgenBitfieldUnit<[u8; 4], u8>
Trait Implementations
impl Clone for bpf_prog_info[src]
pub fn clone(&self) -> bpf_prog_info[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for bpf_prog_info[src]
impl Debug for bpf_prog_info[src]
impl Default for bpf_prog_info[src]
pub fn default() -> bpf_prog_info[src]
Auto Trait Implementations
impl RefUnwindSafe for bpf_prog_info[src]
impl Send for bpf_prog_info[src]
impl Sync for bpf_prog_info[src]
impl Unpin for bpf_prog_info[src]
impl UnwindSafe for bpf_prog_info[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,