Struct wast::MemoryArg [−][src]
Extra data associated with unary memory instructions.
Fields
mem: ItemRef<'a, memory>
The index of the memory space.
Extra data associated with unary memory instructions.
mem: ItemRef<'a, memory>
The index of the memory space.
impl<'a> RefUnwindSafe for MemoryArg<'a>
impl<'a> Send for MemoryArg<'a>
impl<'a> Sync for MemoryArg<'a>
impl<'a> Unpin for MemoryArg<'a>
impl<'a> UnwindSafe for MemoryArg<'a>