Enum sophon_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.

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 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