Trait float::Cast [−][src]
pub trait Cast<T> {
fn cast(self) -> T;
}Casts into another type.
Required Methods
fn cast(self) -> T
Casts into other type.
Implementations on Foreign Types
impl Cast<f32> for f64[src]
impl Cast<f32> for f64impl Cast<f64> for f32[src]
impl Cast<f64> for f32impl Cast<f32> for f32[src]
impl Cast<f32> for f32impl Cast<f64> for f64[src]
impl Cast<f64> for f64