Enum parity_wasm::elements::ImportCountType [] [src]

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

Type of the import entry to count

Variants

Count functions

Count globals

Count tables

Count memories

Trait Implementations

impl Debug for ImportCountType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImportCountType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ImportCountType
[src]

Auto Trait Implementations