#[repr(C)]pub struct rdma_ib_addr {
pub sgid: ibv_gid,
pub dgid: ibv_gid,
pub pkey: __be16,
}Expand description
Struct types involve union in <rdma/rdma_cma.h>
Fields§
§sgid: ibv_gid§dgid: ibv_gid§pkey: __be16Trait Implementations§
Source§impl Clone for rdma_ib_addr
impl Clone for rdma_ib_addr
Source§fn clone(&self) -> rdma_ib_addr
fn clone(&self) -> rdma_ib_addr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rdma_ib_addr
Auto Trait Implementations§
impl Freeze for rdma_ib_addr
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§
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