Enum wasm_core::value::Value [] [src]

pub enum Value {
    Undef,
    I32(i32),
    I64(i64),
    F32(f32),
    F64(f64),
}

Variants

Methods

impl Value
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Value
[src]

impl Clone for Value
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Value
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Value
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Value

impl Sync for Value