Struct ibverbs::ffi::ibv_flow_spec_ipv4 [] [src]

#[repr(C)]
pub struct ibv_flow_spec_ipv4 { pub type_: ibv_flow_spec_type, pub size: u16, pub val: ibv_flow_ipv4_filter, pub mask: ibv_flow_ipv4_filter, }

Fields

Trait Implementations

impl Debug for ibv_flow_spec_ipv4
[src]

Formats the value using the given formatter.

impl Copy for ibv_flow_spec_ipv4
[src]

impl Clone for ibv_flow_spec_ipv4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more