Enum lunatic::Param[][src]

pub enum Param {
    I32(i32),
    I64(i64),
    V128(u128),
}

Variants

I32(i32)

Tuple Fields of I32

0: i32
I64(i64)

Tuple Fields of I64

0: i64
V128(u128)

Tuple Fields of V128

0: u128

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.