Struct rdma_sys::ibv_data_buf
source · [−]Fields
addr: *mut c_voidlength: usizeTrait Implementations
sourceimpl Clone for ibv_data_buf
impl Clone for ibv_data_buf
sourcefn clone(&self) -> ibv_data_buf
fn clone(&self) -> ibv_data_buf
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_data_buf
Auto Trait Implementations
impl RefUnwindSafe for ibv_data_buf
impl !Send for ibv_data_buf
impl !Sync for ibv_data_buf
impl Unpin for ibv_data_buf
impl UnwindSafe for ibv_data_buf
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