Enum sophon_wasm::interpreter::ItemIndex [] [src]

pub enum ItemIndex {
    IndexSpace(u32),
    Internal(u32),
    External(u32),
}

Item index in items index space.

Variants

Index in index space.

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

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]