#[repr(C)]pub struct rdma_addr__bindgen_ty_3 {
pub ibaddr: __BindgenUnionField<rdma_ib_addr>,
pub bindgen_union_field: [u64; 5],
}Fields§
§ibaddr: __BindgenUnionField<rdma_ib_addr>§bindgen_union_field: [u64; 5]Auto Trait Implementations§
impl Freeze for rdma_addr__bindgen_ty_3
impl RefUnwindSafe for rdma_addr__bindgen_ty_3
impl Send for rdma_addr__bindgen_ty_3
impl Sync for rdma_addr__bindgen_ty_3
impl Unpin for rdma_addr__bindgen_ty_3
impl UnwindSafe for rdma_addr__bindgen_ty_3
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