Trait raylib::core::misc::AsF32[][src]

pub trait AsF32: Copy {
    fn as_f32(self) -> f32;
}

Required methods

Implementations on Foreign Types

Implementors