#[repr(C)]pub struct rdma_addr {
pub src_addr_union: src_addr_union_t,
pub dst_addr_union: dst_addr_union_t,
pub addr: addr_union_t,
}Fields
src_addr_union: src_addr_union_tdst_addr_union: dst_addr_union_taddr: addr_union_tAuto Trait Implementations
impl RefUnwindSafe for rdma_addr
impl Send for rdma_addr
impl Sync for rdma_addr
impl Unpin for rdma_addr
impl UnwindSafe for rdma_addr
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