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