Enum binaryen::Ty [] [src]

pub enum Ty {
    None,
    I32,
    I64,
    F32,
    F64,
}

See 'ValueTy'.

Variants

32-bit integer

64-bit integer

32-bit floating point

64-bit floating point

Trait Implementations

impl Copy for Ty
[src]

impl Clone for Ty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Ty
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Ty
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Ty
[src]

impl Hash for Ty
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl From<ValueTy> for Ty
[src]

[src]

Performs the conversion.