Enum web_assembler::ImportKind[][src]

pub enum ImportKind {
    Function(TypeIndex),
    Table(TableType),
    Memory(MemoryType),
    Global(GlobalType),
}

Variants

Methods

impl ImportKind
[src]

Trait Implementations

impl Debug for ImportKind
[src]

Formats the value using the given formatter. Read more

impl Clone for ImportKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for ImportKind
[src]

Auto Trait Implementations

impl Send for ImportKind

impl Sync for ImportKind