Struct rdma_sys::ibv_mw_bind_info
source · [−]#[repr(C)]pub struct ibv_mw_bind_info {
pub mr: *mut ibv_mr,
pub addr: u64,
pub length: u64,
pub mw_access_flags: c_uint,
}Fields
mr: *mut ibv_mraddr: u64length: u64mw_access_flags: c_uintTrait Implementations
sourceimpl Clone for ibv_mw_bind_info
impl Clone for ibv_mw_bind_info
sourcefn clone(&self) -> ibv_mw_bind_info
fn clone(&self) -> ibv_mw_bind_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ibv_mw_bind_info
Auto Trait Implementations
impl RefUnwindSafe for ibv_mw_bind_info
impl !Send for ibv_mw_bind_info
impl !Sync for ibv_mw_bind_info
impl Unpin for ibv_mw_bind_info
impl UnwindSafe for ibv_mw_bind_info
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