Enum parity_wasm::interpreter::ItemIndex
[−]
[src]
pub enum ItemIndex {
IndexSpace(u32),
Internal(u32),
External(u32),
}Deprecated since 0.23
: Use wasmi crate to interpret wasm
Item index in items index space.
Variants
IndexSpace(u32)Deprecated since 0.23
: Use wasmi crate to interpret wasm
Index in index space.
Internal(u32)Deprecated since 0.23
: Use wasmi crate to interpret wasm
Internal item index (i.e. index of item in items section).
External(u32)Deprecated since 0.23
: Use wasmi crate to interpret wasm
External module item index (i.e. index of item in the import section).
Trait Implementations
impl Debug for ItemIndex[src]
impl Clone for ItemIndex[src]
fn clone(&self) -> ItemIndex[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more