color

Trait FloatChannel

Source
pub trait FloatChannel: Float + Channel {
    // Provided method
    fn saturate(self) -> Self { ... }
}

Provided Methods§

Source

fn saturate(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 FloatChannel for f32

Source§

impl FloatChannel for f64

Implementors§