Struct wast::core::MemoryCopy
source · [−]Expand description
Extra data associated with the memory.copy
instruction
Fields
src: Index<'a>
The index of the memory we’re copying from.
dst: Index<'a>
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more