#[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: u32
§max_recv_wr: u32
§max_send_sge: u32
§max_recv_sge: u32
§max_inline_data: u32
Trait Implementations§
Source§impl Clone for ibv_qp_cap
impl Clone for ibv_qp_cap
Source§fn clone(&self) -> ibv_qp_cap
fn clone(&self) -> ibv_qp_cap
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ibv_qp_cap
impl Debug for ibv_qp_cap
Source§impl Default for ibv_qp_cap
impl Default for ibv_qp_cap
Source§fn default() -> ibv_qp_cap
fn default() -> ibv_qp_cap
Returns the “default value” for a type. Read more
impl Copy for ibv_qp_cap
Auto Trait Implementations§
impl Freeze for ibv_qp_cap
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more