Struct ibverbs::ffi::ibv_flow [] [src]

#[repr(C)]
pub struct ibv_flow { pub comp_mask: u32, pub context: *mut ibv_context, pub handle: u32, }

Fields

Trait Implementations

impl Debug for ibv_flow
[src]

Formats the value using the given formatter.

impl Copy for ibv_flow
[src]

impl Clone for ibv_flow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more