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

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Index in index space.

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Internal item index (i.e. index of item in items section).

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]

[src]

Formats the value using the given formatter.

impl Clone for ItemIndex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ItemIndex
[src]