Struct rdma_sys::ibv_send_wr__bindgen_ty_3
source · [−]#[repr(C)]pub struct ibv_send_wr__bindgen_ty_3 {
pub xrc: __BindgenUnionField<ibv_send_wr__bindgen_ty_3__bindgen_ty_1>,
pub bindgen_union_field: u32,
}Fields
xrc: __BindgenUnionField<ibv_send_wr__bindgen_ty_3__bindgen_ty_1>bindgen_union_field: u32Trait Implementations
sourceimpl Clone for ibv_send_wr__bindgen_ty_3
impl Clone for ibv_send_wr__bindgen_ty_3
sourcefn clone(&self) -> ibv_send_wr__bindgen_ty_3
fn clone(&self) -> ibv_send_wr__bindgen_ty_3
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_send_wr__bindgen_ty_3
Auto Trait Implementations
impl RefUnwindSafe for ibv_send_wr__bindgen_ty_3
impl Send for ibv_send_wr__bindgen_ty_3
impl Sync for ibv_send_wr__bindgen_ty_3
impl Unpin for ibv_send_wr__bindgen_ty_3
impl UnwindSafe for ibv_send_wr__bindgen_ty_3
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