Struct bpf_sys::bpf_btf_info[][src]

#[repr(C)]
pub struct bpf_btf_info { pub btf: __u64, pub btf_size: __u32, pub id: __u32, }

Fields

Trait Implementations

impl Debug for bpf_btf_info
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_btf_info
[src]

impl Clone for bpf_btf_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations