Struct ibverbs::ffi::ibv_comp_channel [] [src]

#[repr(C)]
pub struct ibv_comp_channel { pub context: *mut ibv_context, pub fd: c_int, pub refcnt: c_int, }

Fields

Trait Implementations

impl Debug for ibv_comp_channel
[src]

Formats the value using the given formatter.

impl Copy for ibv_comp_channel
[src]

impl Clone for ibv_comp_channel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more