pub struct RemoteWriterRegion { /* private fields */ }Expand description
Runtime region written remotely with a permanently read-only local mapping.
The runtime state exposes identity only, not ordinary shared-memory slices.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for RemoteWriterRegion
impl !Sync for RemoteWriterRegion
impl Freeze for RemoteWriterRegion
impl RefUnwindSafe for RemoteWriterRegion
impl Unpin for RemoteWriterRegion
impl UnsafeUnpin for RemoteWriterRegion
impl UnwindSafe for RemoteWriterRegion
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