Struct bcc_sys::bccapi::bpf_lpm_trie_key[][src]

#[repr(C)]
pub struct bpf_lpm_trie_key { pub prefixlen: __u32, pub data: __IncompleteArrayField<__u8>, }

Fields

Trait Implementations

impl Debug for bpf_lpm_trie_key
[src]

Formats the value using the given formatter. Read more

impl Default for bpf_lpm_trie_key
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations