Struct ibverbs::ffi::ibv_qp_cap [] [src]

#[repr(C)]
pub struct ibv_qp_cap { pub max_send_wr: u32, pub max_recv_wr: u32, pub max_send_sge: u32, pub max_recv_sge: u32, pub max_inline_data: u32, }

Fields

Trait Implementations

impl Debug for ibv_qp_cap
[src]

Formats the value using the given formatter.

impl Copy for ibv_qp_cap
[src]

impl Clone for ibv_qp_cap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ibv_qp_cap
[src]

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