Union bcc_sys::bccapi::bpf_fib_lookup__bindgen_ty_1[][src]

#[repr(C)]
pub union bpf_fib_lookup__bindgen_ty_1 { pub tos: __u8, pub flowlabel: __be32, pub rt_metric: __u32, // some fields omitted }

Fields

Trait Implementations

impl Copy for bpf_fib_lookup__bindgen_ty_1
[src]

impl Clone for bpf_fib_lookup__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for bpf_fib_lookup__bindgen_ty_1
[src]

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

impl Debug for bpf_fib_lookup__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations