Trait float::Cast[][src]

pub trait Cast<T> {
    fn cast(self) -> T;
}

Casts into another type.

Required methods

fn cast(self) -> T[src]

Casts into other type.

Loading content...

Implementations on Foreign Types

impl Cast<f32> for f64[src]

impl Cast<f64> for f32[src]

impl Cast<f32> for f32[src]

impl Cast<f64> for f64[src]

Loading content...

Implementors

Loading content...