Union ibverbs::ffi::ibv_flow_spec__bindgen_ty_1[][src]

#[repr(C)]
pub union ibv_flow_spec__bindgen_ty_1 {
Show fields pub hdr: ibv_flow_spec__bindgen_ty_1__bindgen_ty_1, pub eth: ibv_flow_spec_eth, pub ipv4: ibv_flow_spec_ipv4, pub tcp_udp: ibv_flow_spec_tcp_udp, pub ipv4_ext: ibv_flow_spec_ipv4_ext, pub ipv6: ibv_flow_spec_ipv6, pub esp: ibv_flow_spec_esp, pub tunnel: ibv_flow_spec_tunnel, pub gre: ibv_flow_spec_gre, pub mpls: ibv_flow_spec_mpls, pub flow_tag: ibv_flow_spec_action_tag, pub drop: ibv_flow_spec_action_drop, pub handle: ibv_flow_spec_action_handle, pub flow_count: ibv_flow_spec_counter_action,
}

Fields

hdr: ibv_flow_spec__bindgen_ty_1__bindgen_ty_1eth: ibv_flow_spec_ethipv4: ibv_flow_spec_ipv4tcp_udp: ibv_flow_spec_tcp_udpipv4_ext: ibv_flow_spec_ipv4_extipv6: ibv_flow_spec_ipv6esp: ibv_flow_spec_esptunnel: ibv_flow_spec_tunnelgre: ibv_flow_spec_grempls: ibv_flow_spec_mplsflow_tag: ibv_flow_spec_action_tagdrop: ibv_flow_spec_action_drophandle: ibv_flow_spec_action_handleflow_count: ibv_flow_spec_counter_action

Trait Implementations

impl Clone for ibv_flow_spec__bindgen_ty_1[src]

impl Copy for ibv_flow_spec__bindgen_ty_1[src]

impl Default for ibv_flow_spec__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.