#[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_mw§rkey: u32§bind_info: ibv_mw_bind_infoTrait Implementations§
Auto Trait Implementations§
impl Freeze for bind_mw_t
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§
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