Skip to main content

CpuCeil

Trait CpuCeil 

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

Required Methods§

Source

fn cpu_ceil(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 CpuCeil for f32

Source§

fn cpu_ceil(self) -> Self

Source§

impl CpuCeil for f64

Source§

fn cpu_ceil(self) -> Self

Implementors§