Struct ibverbs_sys::ibv_flow_eth_filter [−][src]
#[repr(C)]pub struct ibv_flow_eth_filter {
pub dst_mac: [u8; 6],
pub src_mac: [u8; 6],
pub ether_type: u16,
pub vlan_tag: u16,
}Fields
dst_mac: [u8; 6]src_mac: [u8; 6]ether_type: u16vlan_tag: u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ibv_flow_eth_filter
impl Send for ibv_flow_eth_filter
impl Sync for ibv_flow_eth_filter
impl Unpin for ibv_flow_eth_filter
impl UnwindSafe for ibv_flow_eth_filter
Blanket Implementations
Mutably borrows from an owned value. Read more