Struct wast::MemoryInit [−][src]
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
impl<'a> Debug for MemoryInit<'a>
[src][+]
impl<'a> Parse<'a> for MemoryInit<'a>
[src][+]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,