Struct ibverbs_sys::ibv_flow_spec_tunnel [−][src]
#[repr(C)]pub struct ibv_flow_spec_tunnel {
pub type_: ibv_flow_spec_type,
pub size: u16,
pub val: ibv_flow_tunnel_filter,
pub mask: ibv_flow_tunnel_filter,
}Fields
type_: ibv_flow_spec_typesize: u16val: ibv_flow_tunnel_filtermask: ibv_flow_tunnel_filterTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_flow_spec_tunnel
impl Send for ibv_flow_spec_tunnel
impl Sync for ibv_flow_spec_tunnel
impl Unpin for ibv_flow_spec_tunnel
impl UnwindSafe for ibv_flow_spec_tunnel
Blanket Implementations
Mutably borrows from an owned value. Read more