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

[src]

Formats the value using the given formatter. Read more

impl Clone for Internal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Internal
[src]

impl PartialEq for Internal
[src]

[src]

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

[src]

This method tests for !=.

impl Deserialize for Internal
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for Internal
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for Internal

impl Sync for Internal