Enum wast::NanPattern [−][src]
pub enum NanPattern<T> { CanonicalNan, ArithmeticNan, Value(T), }
Either a NaN pattern (nan:canonical
, nan:arithmetic
) or a value of type T
.
Variants
Trait Implementations
impl<'a, T> Parse<'a> for NanPattern<T> where
T: Parse<'a>,
[src]
impl<'a, T> Parse<'a> for NanPattern<T> where
T: Parse<'a>,
[src]impl<T: PartialEq> PartialEq<NanPattern<T>> for NanPattern<T>
[src]
impl<T: PartialEq> PartialEq<NanPattern<T>> for NanPattern<T>
[src]fn eq(&self, other: &NanPattern<T>) -> bool
[src]
fn ne(&self, other: &NanPattern<T>) -> bool
[src]
impl<T> StructuralPartialEq for NanPattern<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for NanPattern<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for NanPattern<T> where
T: Send,
T: Send,
impl<T> Sync for NanPattern<T> where
T: Sync,
T: Sync,
impl<T> Unpin for NanPattern<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for NanPattern<T> where
T: UnwindSafe,
T: UnwindSafe,