#[repr(C)]pub struct uct_rkey_bundle {
pub rkey: uct_rkey_t,
pub handle: *mut c_void,
pub type_: *mut c_void,
}Expand description
@ingroup UCT_MD @brief Remote key with its type
This structure describes the credentials (typically key) and information required to access the remote memory by the communication interfaces.
Fields§
§rkey: uct_rkey_t< Remote key descriptor, passed to RMA functions
handle: *mut c_void< Handle, used internally for releasing the key
type_: *mut c_void< Remote key type
Trait Implementations§
Source§impl Clone for uct_rkey_bundle
impl Clone for uct_rkey_bundle
Source§fn clone(&self) -> uct_rkey_bundle
fn clone(&self) -> uct_rkey_bundle
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 moreSource§impl Debug for uct_rkey_bundle
impl Debug for uct_rkey_bundle
impl Copy for uct_rkey_bundle
Auto Trait Implementations§
impl Freeze for uct_rkey_bundle
impl RefUnwindSafe for uct_rkey_bundle
impl !Send for uct_rkey_bundle
impl !Sync for uct_rkey_bundle
impl Unpin for uct_rkey_bundle
impl UnwindSafe for uct_rkey_bundle
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