#[repr(C)]pub struct add_t {
pub recv_wr_id: u64,
pub sg_list: *mut ibv_sge,
pub num_sge: c_int,
pub tag: u64,
pub mask: u64,
}Fields
recv_wr_id: u64sg_list: *mut ibv_sgenum_sge: c_inttag: u64mask: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for add_t
impl !Send for add_t
impl !Sync for add_t
impl Unpin for add_t
impl UnwindSafe for add_t
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