Struct ibverbs::ffi::ibv_flow_ipv4_filter [] [src]

#[repr(C)]
pub struct ibv_flow_ipv4_filter { pub src_ip: u32, pub dst_ip: u32, }

Fields

Trait Implementations

impl Debug for ibv_flow_ipv4_filter
[src]

Formats the value using the given formatter.

impl Copy for ibv_flow_ipv4_filter
[src]

impl Clone for ibv_flow_ipv4_filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more