Enum wasmparser::Type [] [src]

pub enum Type {
    I32,
    I64,
    F32,
    F64,
    AnyFunc,
    Func,
    EmptyBlockType,
}

Variants

Methods

impl Type
[src]

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter.

impl Copy for Type
[src]

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more