Struct rdma_sys::rdma_ib_addr
source · [−]Expand description
Struct types involve union in <rdma/rdma_cma.h>
Fields
sgid: ibv_giddgid: ibv_gidpkey: __be16Trait Implementations
sourceimpl Clone for rdma_ib_addr
impl Clone for rdma_ib_addr
sourcefn clone(&self) -> rdma_ib_addr
fn clone(&self) -> rdma_ib_addr
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 rdma_ib_addr
Auto Trait Implementations
impl RefUnwindSafe for rdma_ib_addr
impl Send for rdma_ib_addr
impl Sync for rdma_ib_addr
impl Unpin for rdma_ib_addr
impl UnwindSafe for rdma_ib_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