Union bcc_sys::bccapi::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

remote_ipv4: __u32 remote_ipv6: [__u32; 4]

Trait Implementations

impl Copy for bpf_tunnel_key__bindgen_ty_1
[src]

impl Clone for bpf_tunnel_key__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for bpf_tunnel_key__bindgen_ty_1
[src]

[src]

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

impl Debug for bpf_tunnel_key__bindgen_ty_1
[src]

[src]

Formats the value using the given formatter.