pub type ucp_mem_h = *mut ucp_mem;Expand description
@ingroup UCP_MEM @brief UCP Memory handle
Memory handle is an opaque object representing a memory region allocated through UCP library, which is optimized for remote memory access operations (zero-copy operations). The memory handle is a self-contained object, which includes the information required to access the memory region locally, while @ref ucp_rkey_h “remote key” is used to access it remotely. The memory could be registered to one or multiple network resources that are supported by UCP, such as InfiniBand, Gemini, and others.