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 !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for NanPattern<T> where
T: RefUnwindSafe, impl<T> Send for NanPattern<T> where
T: Send, impl<T> Sync for NanPattern<T> where
T: Sync, impl<T> Unpin for NanPattern<T> where
T: Unpin, impl<T> UnwindSafe for NanPattern<T> where
T: UnwindSafe,