pub type uct_rkey_bundle_t = uct_rkey_bundle;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.
Aliased Type§
struct uct_rkey_bundle_t {
pub rkey: usize,
pub handle: *mut c_void,
pub type_: *mut c_void,
}Fields§
§rkey: usize< 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