FlushSubnormals

Trait FlushSubnormals 

Source
pub trait FlushSubnormals: Sized {
    // Provided method
    fn flush(self) -> Self { ... }
}

Provided Methods§

Source

fn flush(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 FlushSubnormals for f32

Source§

fn flush(self) -> Self

Source§

impl FlushSubnormals for f64

Source§

fn flush(self) -> Self

Source§

impl FlushSubnormals for i8

Source§

impl FlushSubnormals for i16

Source§

impl FlushSubnormals for i32

Source§

impl FlushSubnormals for i64

Source§

impl FlushSubnormals for isize

Source§

impl FlushSubnormals for u8

Source§

impl FlushSubnormals for u16

Source§

impl FlushSubnormals for u32

Source§

impl FlushSubnormals for u64

Source§

impl FlushSubnormals for usize

Source§

impl<T> FlushSubnormals for *const T

Source§

impl<T> FlushSubnormals for *mut T

Implementors§