Struct ibverbs::ffi::ibv_send_wr [] [src]

#[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: ibv_wr_opcode, pub send_flags: c_int, pub imm_data: __be32, pub wr: ibv_send_wr__bindgen_ty_1, pub qp_type: ibv_send_wr__bindgen_ty_2, pub __bindgen_anon_1: ibv_send_wr__bindgen_ty_3, }

Fields

Trait Implementations

impl Debug for ibv_send_wr
[src]

Formats the value using the given formatter.

impl Copy for ibv_send_wr
[src]

impl Clone for ibv_send_wr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more