#[repr(C)]pub struct ibv_send_wr {
pub wr_id: u64,
pub next: *mut ibv_send_wr,
pub sg_list: *mut ibv_sge,
pub num_sge: c_int,
pub opcode: Type,
pub send_flags: c_uint,
pub __bindgen_anon_1: ibv_send_wr__bindgen_ty_1,
pub wr: ibv_send_wr__bindgen_ty_2,
pub qp_type: ibv_send_wr__bindgen_ty_3,
pub __bindgen_anon_2: ibv_send_wr__bindgen_ty_4,
}
Fields§
§wr_id: u64
§next: *mut ibv_send_wr
§sg_list: *mut ibv_sge
§num_sge: c_int
§opcode: Type
§send_flags: c_uint
§__bindgen_anon_1: ibv_send_wr__bindgen_ty_1
§wr: ibv_send_wr__bindgen_ty_2
§qp_type: ibv_send_wr__bindgen_ty_3
§__bindgen_anon_2: ibv_send_wr__bindgen_ty_4
Trait Implementations§
Source§impl Clone for ibv_send_wr
impl Clone for ibv_send_wr
Source§fn clone(&self) -> ibv_send_wr
fn clone(&self) -> ibv_send_wr
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 Default for ibv_send_wr
impl Default for ibv_send_wr
impl Copy for ibv_send_wr
Auto Trait Implementations§
impl Freeze for ibv_send_wr
impl RefUnwindSafe for ibv_send_wr
impl !Send for ibv_send_wr
impl !Sync for ibv_send_wr
impl Unpin for ibv_send_wr
impl UnwindSafe for ibv_send_wr
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