Struct ordered_float::FloatIsNan [−][src]
pub struct FloatIsNan;
Expand description
An error indicating an attempt to construct NotNan from a NaN
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FloatIsNan
impl Send for FloatIsNan
impl Sync for FloatIsNan
impl Unpin for FloatIsNan
impl UnwindSafe for FloatIsNan
Blanket Implementations
Mutably borrows from an owned value. Read more