#[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_mr
§addr: u64
§length: u64
§mw_access_flags: c_uint
Trait Implementations§
Source§impl Clone for ibv_mw_bind_info
impl Clone for ibv_mw_bind_info
Source§fn clone(&self) -> ibv_mw_bind_info
fn clone(&self) -> ibv_mw_bind_info
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_info
impl Debug for ibv_mw_bind_info
Source§impl Default for ibv_mw_bind_info
impl Default for ibv_mw_bind_info
impl Copy for ibv_mw_bind_info
Auto Trait Implementations§
impl Freeze for ibv_mw_bind_info
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§
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