pub struct ExtractMemory {
pub index: RuntimeMemoryIndex,
pub export: CoreExport<MemoryIndex>,
}
Expand description
Metadata for extraction of a memory of what’s being extracted and where it’s going.
Fields§
§index: RuntimeMemoryIndex
The index of the memory being defined.
export: CoreExport<MemoryIndex>
Where this memory is being extracted from.
Trait Implementations§
source§impl Debug for ExtractMemory
impl Debug for ExtractMemory
source§impl<'de> Deserialize<'de> for ExtractMemory
impl<'de> Deserialize<'de> for ExtractMemory
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExtractMemory
impl RefUnwindSafe for ExtractMemory
impl Send for ExtractMemory
impl Sync for ExtractMemory
impl Unpin for ExtractMemory
impl UnwindSafe for ExtractMemory
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