#[repr(C)]pub struct bind_mw_t {
pub mw: *mut ibv_mw,
pub rkey: u32,
pub bind_info: ibv_mw_bind_info,
}Fields
mw: *mut ibv_mwrkey: u32bind_info: ibv_mw_bind_infoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bind_mw_t
impl !Send for bind_mw_t
impl !Sync for bind_mw_t
impl Unpin for bind_mw_t
impl UnwindSafe for bind_mw_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