Struct ibverbs::ffi::ibv_srq_init_attr_ex [] [src]

#[repr(C)]
pub struct ibv_srq_init_attr_ex { pub srq_context: *mut c_void, pub attr: ibv_srq_attr, pub comp_mask: u32, pub srq_type: ibv_srq_type, pub pd: *mut ibv_pd, pub xrcd: *mut ibv_xrcd, pub cq: *mut ibv_cq, }

Fields

Trait Implementations

impl Debug for ibv_srq_init_attr_ex
[src]

Formats the value using the given formatter.

impl Copy for ibv_srq_init_attr_ex
[src]

impl Clone for ibv_srq_init_attr_ex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more