#[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: u64§sg_list: *mut ibv_sge§num_sge: c_int§tag: u64§mask: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for add_t
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§
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