Enum parity_wasm::elements::ValueType [] [src]

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

Value type.

Variants

32-bit signed integer

64-bit signed integer

32-bit float

64-bit float

Trait Implementations

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 Copy for ValueType
[src]

impl Debug for ValueType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ValueType
[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 Deserialize for ValueType
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for ValueType
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

impl Display for ValueType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ValueType

impl Sync for ValueType