Struct ibverbs::ffi::ibv_recv_wr [] [src]

#[repr(C)]
pub struct ibv_recv_wr { pub wr_id: u64, pub next: *mut ibv_recv_wr, pub sg_list: *mut ibv_sge, pub num_sge: c_int, }

Fields

Trait Implementations

impl Debug for ibv_recv_wr
[src]

Formats the value using the given formatter.

impl Copy for ibv_recv_wr
[src]

impl Clone for ibv_recv_wr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more