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