Struct bpf_sys::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

Auto Trait Implementations