#[repr(C)]
pub union ibv_flow_spec__bindgen_ty_1 {
Show 14 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_1§eth: ibv_flow_spec_eth§ipv4: ibv_flow_spec_ipv4§tcp_udp: ibv_flow_spec_tcp_udp§ipv4_ext: ibv_flow_spec_ipv4_ext§ipv6: ibv_flow_spec_ipv6§esp: ibv_flow_spec_esp§tunnel: ibv_flow_spec_tunnel§gre: ibv_flow_spec_gre§mpls: ibv_flow_spec_mpls§flow_tag: ibv_flow_spec_action_tag§drop: ibv_flow_spec_action_drop§handle: ibv_flow_spec_action_handle§flow_count: ibv_flow_spec_counter_actionTrait Implementations§
Source§impl Clone for ibv_flow_spec__bindgen_ty_1
impl Clone for ibv_flow_spec__bindgen_ty_1
Source§fn clone(&self) -> ibv_flow_spec__bindgen_ty_1
fn clone(&self) -> ibv_flow_spec__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ibv_flow_spec__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for ibv_flow_spec__bindgen_ty_1
impl RefUnwindSafe for ibv_flow_spec__bindgen_ty_1
impl !Send for ibv_flow_spec__bindgen_ty_1
impl !Sync for ibv_flow_spec__bindgen_ty_1
impl Unpin for ibv_flow_spec__bindgen_ty_1
impl UnwindSafe for ibv_flow_spec__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more