pub struct RemoteAllocation { /* private fields */ }Expand description
RAII wrapper for remote memory allocation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteAllocation
impl RefUnwindSafe for RemoteAllocation
impl Send for RemoteAllocation
impl Sync for RemoteAllocation
impl Unpin for RemoteAllocation
impl UnwindSafe for RemoteAllocation
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