Enum parity_wasm::elements::External [] [src]

pub enum External {
    Function(u32),
    Table(TableType),
    Memory(MemoryType),
    Global(GlobalType),
}

External to local binding.

Variants

Binds to function with index.

Describes local table definition to be imported as.

Describes local memory definition to be imported as.

Describes local global entry to be imported as.

Trait Implementations

impl Debug for External
[src]

Formats the value using the given formatter.

impl Deserialize for External
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for External
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o