Enum hsluv::RgbBounds [] [src]

pub enum RgbBounds {
    Red,
    Green,
    Blue,
}

Variants

Trait Implementations

impl Debug for RgbBounds
[src]

Formats the value using the given formatter.

impl Clone for RgbBounds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RgbBounds
[src]