Skip to main content

BufferFloat

Trait BufferFloat 

Source
pub trait BufferFloat {
    // Required method
    fn from_f64(value: f64) -> Self;
}

Required Methods§

Source

fn from_f64(value: f64) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl BufferFloat for f32

Source§

fn from_f64(value: f64) -> Self

Source§

impl BufferFloat for f64

Source§

fn from_f64(value: f64) -> Self

Implementors§