Struct rdma_sys::ibv_mw_bind
source · [−]#[repr(C)]pub struct ibv_mw_bind {
pub wr_id: u64,
pub send_flags: c_uint,
pub bind_info: ibv_mw_bind_info,
}Fields
wr_id: u64send_flags: c_uintbind_info: ibv_mw_bind_infoAuto Trait Implementations
impl RefUnwindSafe for ibv_mw_bind
impl !Send for ibv_mw_bind
impl !Sync for ibv_mw_bind
impl Unpin for ibv_mw_bind
impl UnwindSafe for ibv_mw_bind
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