pub struct MemoryHandle { /* private fields */ }
Expand description
A memory region allocated through UCP library, which is optimized for remote memory access operations.
Implementations§
Trait Implementations§
Source§impl Debug for MemoryHandle
impl Debug for MemoryHandle
Auto Trait Implementations§
impl Freeze for MemoryHandle
impl RefUnwindSafe for MemoryHandle
impl !Send for MemoryHandle
impl !Sync for MemoryHandle
impl Unpin for MemoryHandle
impl UnwindSafe for MemoryHandle
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