pub struct MemoryLinkRx { /* private fields */ }Expand description
Receiving half of a MemoryLink.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryLinkRx
impl RefUnwindSafe for MemoryLinkRx
impl Send for MemoryLinkRx
impl Sync for MemoryLinkRx
impl Unpin for MemoryLinkRx
impl UnsafeUnpin for MemoryLinkRx
impl UnwindSafe for MemoryLinkRx
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