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
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.