Enum parity_wasm_cp::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 Debug for Internal
[src]

Formats the value using the given formatter. Read more

impl Clone for Internal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Internal
[src]

impl PartialEq for Internal
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Auto Trait Implementations

impl Send for Internal

impl Sync for Internal