Skip to main content

CpuFloor

Trait CpuFloor 

Source
pub(crate) trait CpuFloor {
    // Required method
    fn cpu_floor(self) -> Self;
}

Required Methods§

Source

fn cpu_floor(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl CpuFloor for f32

Source§

fn cpu_floor(self) -> Self

Source§

impl CpuFloor for f64

Source§

fn cpu_floor(self) -> Self

Implementors§