IsNan

Trait IsNan 

Source
pub trait IsNan:
    Sized
    + CubePrimitive
    + CubeType
where Self::ExpandType: IsNanExpand,
{ // Provided methods fn is_nan(self) -> bool { ... } fn __expand_is_nan( scope: &mut Scope, x: ExpandElementTyped<Self>, ) -> ExpandElementTyped<bool> { ... } }

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IsNan for f32

Source§

impl IsNan for f64

Source§

impl IsNan for bf16

Source§

impl IsNan for f16

Implementors§

Source§

impl IsNan for flex32

Source§

impl IsNan for tf32

Source§

impl<P> IsNan for Line<P>
where P: CubePrimitive + IsNan,

Source§

impl<const POS: u8> IsNan for ElemExpand<POS>