pub struct CacheServerParams {
pub qpn: u32,
pub psn: u32,
pub gid: [u8; 16],
pub base_addr: u64,
pub rkey: u32,
}Expand description
The peer’s half of the RW-blade handshake (KV overflow / SSM snapshots): its QP identity + the single RW MR.
Fields§
§qpn: u32§psn: u32§gid: [u8; 16]§base_addr: u64§rkey: u32Implementations§
Trait Implementations§
Source§impl Clone for CacheServerParams
impl Clone for CacheServerParams
Source§fn clone(&self) -> CacheServerParams
fn clone(&self) -> CacheServerParams
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 CacheServerParams
impl Debug for CacheServerParams
Source§impl PartialEq for CacheServerParams
impl PartialEq for CacheServerParams
impl Copy for CacheServerParams
impl Eq for CacheServerParams
impl StructuralPartialEq for CacheServerParams
Auto Trait Implementations§
impl Freeze for CacheServerParams
impl RefUnwindSafe for CacheServerParams
impl Send for CacheServerParams
impl Sync for CacheServerParams
impl Unpin for CacheServerParams
impl UnwindSafe for CacheServerParams
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.