Enum wast::NanPattern[][src]

pub enum NanPattern<T> {
    CanonicalNan,
    ArithmeticNan,
    Value(T),
}
Expand description

Either a NaN pattern (nan:canonical, nan:arithmetic) or a value of type T.

Variants

CanonicalNan
ArithmeticNan
Value(T)

Tuple Fields of Value

0: T

Trait Implementations

Formats the value using the given formatter. Read more

Attempts to parse Self from parser, returning an error if it could not be parsed. Read more

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

This method tests for !=.

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.