Struct rdma_sys::rdma_ud_param
source · [−]#[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_voidprivate_data_len: u8ah_attr: ibv_ah_attrqp_num: u32qkey: u32Trait Implementations
sourceimpl Clone for rdma_ud_param
impl Clone for rdma_ud_param
sourcefn clone(&self) -> rdma_ud_param
fn clone(&self) -> rdma_ud_param
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_ud_param
Auto Trait Implementations
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
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