Struct ibverbs_sys::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
max_send_wr: u32max_recv_wr: u32max_send_sge: u32max_recv_sge: u32max_inline_data: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ibv_qp_cap
impl Send for ibv_qp_cap
impl Sync for ibv_qp_cap
impl Unpin for ibv_qp_cap
impl UnwindSafe for ibv_qp_cap
Blanket Implementations
Mutably borrows from an owned value. Read more