pub struct VerbsClientParams {
pub qpn: u32,
pub psn: u32,
pub gid: [u8; 16],
}Expand description
The client’s half: just its QP identity (its arena MR is local-only).
Fields§
§qpn: u32§psn: u32§gid: [u8; 16]Implementations§
Trait Implementations§
Source§impl Clone for VerbsClientParams
impl Clone for VerbsClientParams
Source§fn clone(&self) -> VerbsClientParams
fn clone(&self) -> VerbsClientParams
Returns a duplicate 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 moreSource§impl Debug for VerbsClientParams
impl Debug for VerbsClientParams
Source§impl PartialEq for VerbsClientParams
impl PartialEq for VerbsClientParams
impl Copy for VerbsClientParams
impl Eq for VerbsClientParams
impl StructuralPartialEq for VerbsClientParams
Auto Trait Implementations§
impl Freeze for VerbsClientParams
impl RefUnwindSafe for VerbsClientParams
impl Send for VerbsClientParams
impl Sync for VerbsClientParams
impl Unpin for VerbsClientParams
impl UnwindSafe for VerbsClientParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.