Struct libbpf_sys::bpf_lpm_trie_key [−][src]
#[repr(C)]pub struct bpf_lpm_trie_key { pub prefixlen: __u32, pub data: __IncompleteArrayField<__u8>, }
Fields
prefixlen: __u32data: __IncompleteArrayField<__u8>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_lpm_trie_keyimpl Send for bpf_lpm_trie_keyimpl Sync for bpf_lpm_trie_keyimpl Unpin for bpf_lpm_trie_keyimpl UnwindSafe for bpf_lpm_trie_key