Struct ibverbs::ffi::ibv_flow_spec__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct ibv_flow_spec__bindgen_ty_1 { pub hdr: __BindgenUnionField<ibv_flow_spec__bindgen_ty_1__bindgen_ty_1>, pub eth: __BindgenUnionField<ibv_flow_spec_eth>, pub ipv4: __BindgenUnionField<ibv_flow_spec_ipv4>, pub tcp_udp: __BindgenUnionField<ibv_flow_spec_tcp_udp>, pub ipv4_ext: __BindgenUnionField<ibv_flow_spec_ipv4_ext>, pub ipv6: __BindgenUnionField<ibv_flow_spec_ipv6>, pub tunnel: __BindgenUnionField<ibv_flow_spec_tunnel>, pub flow_tag: __BindgenUnionField<ibv_flow_spec_action_tag>, pub bindgen_union_field: [u32; 22], }

Fields

Trait Implementations

impl Debug for ibv_flow_spec__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for ibv_flow_spec__bindgen_ty_1
[src]

impl Clone for ibv_flow_spec__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more