Struct ibverbs::ffi::ibv_qp_attr [] [src]

#[repr(C)]
pub struct ibv_qp_attr { pub qp_state: ibv_qp_state, pub cur_qp_state: ibv_qp_state, pub path_mtu: ibv_mtu, pub path_mig_state: ibv_mig_state, pub qkey: u32, pub rq_psn: u32, pub sq_psn: u32, pub dest_qp_num: u32, pub qp_access_flags: c_int, pub cap: ibv_qp_cap, pub ah_attr: ibv_ah_attr, pub alt_ah_attr: ibv_ah_attr, pub pkey_index: u16, pub alt_pkey_index: u16, pub en_sqd_async_notify: u8, pub sq_draining: u8, pub max_rd_atomic: u8, pub max_dest_rd_atomic: u8, pub min_rnr_timer: u8, pub port_num: u8, pub timeout: u8, pub retry_cnt: u8, pub rnr_retry: u8, pub alt_port_num: u8, pub alt_timeout: u8, pub rate_limit: u32, }

Fields

Trait Implementations

impl Debug for ibv_qp_attr
[src]

Formats the value using the given formatter.

impl Copy for ibv_qp_attr
[src]

impl Clone for ibv_qp_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ibv_qp_attr
[src]

Returns the "default value" for a type. Read more