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