Union bpf_sys::bpf_fib_lookup__bindgen_ty_3[][src]

#[repr(C)]
pub union bpf_fib_lookup__bindgen_ty_3 { pub ipv4_dst: __be32, pub ipv6_dst: [__u32; 4], // some fields omitted }

Fields

Trait Implementations

impl Copy for bpf_fib_lookup__bindgen_ty_3
[src]

impl Clone for bpf_fib_lookup__bindgen_ty_3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations