#[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: u64§send_flags: c_uint§bind_info: ibv_mw_bind_infoAuto Trait Implementations§
impl Freeze for ibv_mw_bind
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§
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