Struct ibverbs::ffi::ibv_cq_init_attr_ex [] [src]

#[repr(C)]
pub struct ibv_cq_init_attr_ex { pub cqe: u32, pub cq_context: *mut c_void, pub channel: *mut ibv_comp_channel, pub comp_vector: u32, pub wc_flags: u64, pub comp_mask: u32, pub flags: u32, }

Fields

Trait Implementations

impl Debug for ibv_cq_init_attr_ex
[src]

Formats the value using the given formatter.

impl Copy for ibv_cq_init_attr_ex
[src]

impl Clone for ibv_cq_init_attr_ex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more