#[repr(C)]pub struct ibv_mw {
pub context: *mut ibv_context,
pub pd: *mut ibv_pd,
pub rkey: u32,
pub handle: u32,
pub type_: ibv_mw_type,
}
Fields§
§context: *mut ibv_context
§pd: *mut ibv_pd
§rkey: u32
§handle: u32
§type_: ibv_mw_type
Trait Implementations§
impl Copy for ibv_mw
Auto Trait Implementations§
impl Freeze for ibv_mw
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§
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