Union bpf_sys::bpf_tunnel_key__bindgen_ty_1[][src]

#[repr(C)]
pub union bpf_tunnel_key__bindgen_ty_1 { pub remote_ipv4: __u32, pub remote_ipv6: [__u32; 4], // some fields omitted }

Fields

Trait Implementations

impl Copy for bpf_tunnel_key__bindgen_ty_1
[src]

impl Clone for bpf_tunnel_key__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations