#[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_info
Trait Implementations§
Source§impl Clone for ibv_mw_bind
impl Clone for ibv_mw_bind
Source§fn clone(&self) -> ibv_mw_bind
fn clone(&self) -> ibv_mw_bind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ibv_mw_bind
impl Debug for ibv_mw_bind
Source§impl Default for ibv_mw_bind
impl Default for ibv_mw_bind
impl Copy for ibv_mw_bind
Auto 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