Struct bpf_sys::bpf_tunnel_key[][src]

#[repr(C)]
pub struct bpf_tunnel_key { pub tunnel_id: __u32, pub __bindgen_anon_1: bpf_tunnel_key__bindgen_ty_1, pub tunnel_tos: __u8, pub tunnel_ttl: __u8, pub tunnel_ext: __u16, pub tunnel_label: __u32, }

Fields

Trait Implementations

impl Copy for bpf_tunnel_key
[src]

impl Clone for bpf_tunnel_key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations