Enum web_assembler::ValueType [] [src]

pub enum ValueType {
    I32,
    I64,
    F32,
    F64,
}

Variants

Trait Implementations

impl Debug for ValueType
[src]

[src]

Formats the value using the given formatter.

impl Clone for ValueType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for ValueType
[src]

[src]