Struct remote_mem::RemoteMemory
source · [−]pub struct RemoteMemory {}Implementations
sourceimpl RemoteMemory
impl RemoteMemory
Auto Trait Implementations
impl RefUnwindSafe for RemoteMemory
impl Send for RemoteMemory
impl Sync for RemoteMemory
impl Unpin for RemoteMemory
impl UnwindSafe for RemoteMemory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more