Enum wasmparser::ExternalKind[][src]

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

External types as defined here.

Variants

Trait Implementations

impl Debug for ExternalKind
[src]

Formats the value using the given formatter. Read more

impl Copy for ExternalKind
[src]

impl Clone for ExternalKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations