Enum wasmparser::ExternalKind [] [src]

pub enum ExternalKind {
    Function,
    Table,
    Memory,
    Global,
}

Variants

Trait Implementations

impl Debug for ExternalKind
[src]

[src]

Formats the value using the given formatter.

impl Copy for ExternalKind
[src]

impl Clone for ExternalKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more