Skip to main content

BufferReadableFloat

Trait BufferReadableFloat 

Source
pub trait BufferReadableFloat {
    // Required method
    fn to_f64(self) -> f64;
}

Required Methods§

Source

fn to_f64(self) -> f64

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl BufferReadableFloat for f32

Source§

fn to_f64(self) -> f64

Source§

impl BufferReadableFloat for f64

Source§

fn to_f64(self) -> f64

Implementors§