Struct rdma_sys::ibv_recv_wr
source · [−]#[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
wr_id: u64next: *mut ibv_recv_wrsg_list: *mut ibv_sgenum_sge: c_intTrait Implementations
sourceimpl Clone for ibv_recv_wr
impl Clone for ibv_recv_wr
sourcefn clone(&self) -> ibv_recv_wr
fn clone(&self) -> ibv_recv_wr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ibv_recv_wr
Auto Trait Implementations
impl RefUnwindSafe for ibv_recv_wr
impl !Send for ibv_recv_wr
impl !Sync for ibv_recv_wr
impl Unpin for ibv_recv_wr
impl UnwindSafe for ibv_recv_wr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more