Struct rdma_sys::ibv_send_wr__bindgen_ty_2
source · [−]#[repr(C)]pub struct ibv_send_wr__bindgen_ty_2 {
pub rdma: __BindgenUnionField<ibv_send_wr__bindgen_ty_2__bindgen_ty_1>,
pub atomic: __BindgenUnionField<ibv_send_wr__bindgen_ty_2__bindgen_ty_2>,
pub ud: __BindgenUnionField<ibv_send_wr__bindgen_ty_2__bindgen_ty_3>,
pub bindgen_union_field: [u64; 4],
}Fields
rdma: __BindgenUnionField<ibv_send_wr__bindgen_ty_2__bindgen_ty_1>atomic: __BindgenUnionField<ibv_send_wr__bindgen_ty_2__bindgen_ty_2>ud: __BindgenUnionField<ibv_send_wr__bindgen_ty_2__bindgen_ty_3>bindgen_union_field: [u64; 4]Trait Implementations
sourceimpl Clone for ibv_send_wr__bindgen_ty_2
impl Clone for ibv_send_wr__bindgen_ty_2
sourcefn clone(&self) -> ibv_send_wr__bindgen_ty_2
fn clone(&self) -> ibv_send_wr__bindgen_ty_2
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_2
Auto Trait Implementations
impl RefUnwindSafe for ibv_send_wr__bindgen_ty_2
impl !Send for ibv_send_wr__bindgen_ty_2
impl !Sync for ibv_send_wr__bindgen_ty_2
impl Unpin for ibv_send_wr__bindgen_ty_2
impl UnwindSafe for ibv_send_wr__bindgen_ty_2
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