Struct ibverbs_sys::ibv_flow_gre_filter [−][src]
#[repr(C)]pub struct ibv_flow_gre_filter {
pub c_ks_res0_ver: u16,
pub protocol: u16,
pub key: u32,
}Fields
c_ks_res0_ver: u16protocol: u16key: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ibv_flow_gre_filter
impl Send for ibv_flow_gre_filter
impl Sync for ibv_flow_gre_filter
impl Unpin for ibv_flow_gre_filter
impl UnwindSafe for ibv_flow_gre_filter
Blanket Implementations
Mutably borrows from an owned value. Read more