#[repr(C)]pub struct ibv_mw {
pub context: *mut ibv_context,
pub pd: *mut ibv_pd,
pub rkey: u32,
pub handle: u32,
pub type_: Type,
}Fields
context: *mut ibv_contextpd: *mut ibv_pdrkey: u32handle: u32type_: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_mw
impl !Send for ibv_mw
impl !Sync for ibv_mw
impl Unpin for ibv_mw
impl UnwindSafe for ibv_mw
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