#[repr(C)]pub struct rdma_ud_param {
pub private_data: *const c_void,
pub private_data_len: u8,
pub ah_attr: ibv_ah_attr,
pub qp_num: u32,
pub qkey: u32,
}Fields§
§private_data: *const c_void§private_data_len: u8§ah_attr: ibv_ah_attr§qp_num: u32§qkey: u32Trait Implementations§
Source§impl Clone for rdma_ud_param
impl Clone for rdma_ud_param
Source§fn clone(&self) -> rdma_ud_param
fn clone(&self) -> rdma_ud_param
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_ud_param
Auto Trait Implementations§
impl Freeze for rdma_ud_param
impl RefUnwindSafe for rdma_ud_param
impl !Send for rdma_ud_param
impl !Sync for rdma_ud_param
impl Unpin for rdma_ud_param
impl UnwindSafe for rdma_ud_param
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