Struct ibverbs::ffi::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

Trait Implementations

impl Debug for ibv_flow_eth_filter
[src]

Formats the value using the given formatter.

impl Copy for ibv_flow_eth_filter
[src]

impl Clone for ibv_flow_eth_filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more