Enum binaryen::ValueTy [] [src]

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

Type of the values. These can be found on the stack and in the local vars.

Variants

Trait Implementations

impl Copy for ValueTy
[src]

impl Clone for ValueTy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more