Enum web_assembler::ValueType[][src]

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

Variants

Trait Implementations

impl Debug for ValueType
[src]

Formats the value using the given formatter. Read more

impl Clone for ValueType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ValueType
[src]

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

This method tests for !=.

impl Eq for ValueType
[src]

impl Hash for ValueType
[src]

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

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

impl Dump for ValueType
[src]

Auto Trait Implementations

impl Send for ValueType

impl Sync for ValueType