IeeeFloatCast

Trait IeeeFloatCast 

pub trait IeeeFloatCast<To> {
    // Required method
    fn ieee_cast(self) -> To;
}

Required Methods§

fn ieee_cast(self) -> To

Implementations on Foreign Types§

§

impl IeeeFloatCast<f32> for f64

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for i8

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for i16

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for i32

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for i64

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for i128

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for u8

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for u16

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for u32

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for u64

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f32> for u128

§

fn ieee_cast(self) -> f32

§

impl IeeeFloatCast<f64> for f32

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for i8

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for i16

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for i32

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for i64

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for i128

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for u8

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for u16

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for u32

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for u64

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<f64> for u128

§

fn ieee_cast(self) -> f64

§

impl IeeeFloatCast<i8> for f32

§

fn ieee_cast(self) -> i8

§

impl IeeeFloatCast<i8> for f64

§

fn ieee_cast(self) -> i8

§

impl IeeeFloatCast<i16> for f32

§

fn ieee_cast(self) -> i16

§

impl IeeeFloatCast<i16> for f64

§

fn ieee_cast(self) -> i16

§

impl IeeeFloatCast<i32> for f32

§

fn ieee_cast(self) -> i32

§

impl IeeeFloatCast<i32> for f64

§

fn ieee_cast(self) -> i32

§

impl IeeeFloatCast<i64> for f32

§

fn ieee_cast(self) -> i64

§

impl IeeeFloatCast<i64> for f64

§

fn ieee_cast(self) -> i64

§

impl IeeeFloatCast<i128> for f32

§

fn ieee_cast(self) -> i128

§

impl IeeeFloatCast<i128> for f64

§

fn ieee_cast(self) -> i128

§

impl IeeeFloatCast<u8> for f32

§

fn ieee_cast(self) -> u8

§

impl IeeeFloatCast<u8> for f64

§

fn ieee_cast(self) -> u8

§

impl IeeeFloatCast<u16> for f32

§

fn ieee_cast(self) -> u16

§

impl IeeeFloatCast<u16> for f64

§

fn ieee_cast(self) -> u16

§

impl IeeeFloatCast<u32> for f32

§

fn ieee_cast(self) -> u32

§

impl IeeeFloatCast<u32> for f64

§

fn ieee_cast(self) -> u32

§

impl IeeeFloatCast<u64> for f32

§

fn ieee_cast(self) -> u64

§

impl IeeeFloatCast<u64> for f64

§

fn ieee_cast(self) -> u64

§

impl IeeeFloatCast<u128> for f32

§

fn ieee_cast(self) -> u128

§

impl IeeeFloatCast<u128> for f64

§

fn ieee_cast(self) -> u128

§

impl IeeeFloatCast<real> for f32

§

fn ieee_cast(self) -> real

§

impl IeeeFloatCast<real> for f64

§

fn ieee_cast(self) -> real

Implementors§