Enum wasmparser::ExternalKind [] [src]

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

External types as defined here.

Variants

Trait Implementations

impl Debug for ExternalKind
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for ExternalKind

impl Sync for ExternalKind