Struct ibverbs::ffi::ibv_qp_open_attr [] [src]

#[repr(C)]
pub struct ibv_qp_open_attr { pub comp_mask: u32, pub qp_num: u32, pub xrcd: *mut ibv_xrcd, pub qp_context: *mut c_void, pub qp_type: ibv_qp_type, }

Fields

Trait Implementations

impl Debug for ibv_qp_open_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_qp_open_attr
[src]

impl Clone for ibv_qp_open_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more