Struct wast::MemoryCopy
source · [−]Expand description
Extra data associated with the memory.copy
instruction
Fields
src: ItemRef<'a, memory>
The index of the memory we’re copying from.
dst: ItemRef<'a, memory>
The index of the memory we’re copying to.
Trait Implementations
sourceimpl<'a> Debug for MemoryCopy<'a>
impl<'a> Debug for MemoryCopy<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for MemoryCopy<'a>
impl<'a> Send for MemoryCopy<'a>
impl<'a> Sync for MemoryCopy<'a>
impl<'a> Unpin for MemoryCopy<'a>
impl<'a> UnwindSafe for MemoryCopy<'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