pub struct MemoryToString<'a> {
pub mem: Index<'a>,
}
Expand description
Payload of the memory-to-string
instruction
Fields§
§mem: Index<'a>
Index of the memory that the string is coming from.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MemoryToString<'a>
impl<'a> RefUnwindSafe for MemoryToString<'a>
impl<'a> Send for MemoryToString<'a>
impl<'a> Sync for MemoryToString<'a>
impl<'a> Unpin for MemoryToString<'a>
impl<'a> UnwindSafe for MemoryToString<'a>
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