Enum parity_wasm::elements::Internal [] [src]

pub enum Internal {
    Function(u32),
    Table(u32),
    Memory(u32),
    Global(u32),
}

Internal reference of the exported entry.

Variants

Function reference.

Table reference.

Memory reference.

Global reference.

Trait Implementations

impl Deserialize for Internal
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for Internal
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o