pub struct MemoryWriteSlot { /* private fields */ }Expand description
Write slot for MemoryLinkTx.
Holds a Vec<u8> buffer and a channel permit. Writing fills the buffer;
commit sends it through the channel.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryWriteSlot
impl RefUnwindSafe for MemoryWriteSlot
impl Send for MemoryWriteSlot
impl Sync for MemoryWriteSlot
impl Unpin for MemoryWriteSlot
impl UnsafeUnpin for MemoryWriteSlot
impl UnwindSafe for MemoryWriteSlot
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