Struct wast::MemoryInit
source · [−]Expand description
Extra data associated with the memory.init
instruction
Fields
data: Index<'a>
The index of the data segment we’re copying into memory.
mem: ItemRef<'a, memory>
The index of the memory we’re copying into,
Trait Implementations
sourceimpl<'a> Debug for MemoryInit<'a>
impl<'a> Debug for MemoryInit<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for MemoryInit<'a>
impl<'a> Send for MemoryInit<'a>
impl<'a> Sync for MemoryInit<'a>
impl<'a> Unpin for MemoryInit<'a>
impl<'a> UnwindSafe for MemoryInit<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more