Trait emath::ordered_float::private::FloatImpl

source ·
pub trait FloatImpl {
    // Required methods
    fn is_nan(&self) -> bool;
    fn hash<H: Hasher>(&self, state: &mut H);
}

Required Methods§

source

fn is_nan(&self) -> bool

source

fn hash<H: Hasher>(&self, state: &mut H)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatImpl for f32

source§

fn is_nan(&self) -> bool

source§

fn hash<H: Hasher>(&self, state: &mut H)

source§

impl FloatImpl for f64

source§

fn is_nan(&self) -> bool

source§

fn hash<H: Hasher>(&self, state: &mut H)

Implementors§