Enum hsluv::HslBounds [] [src]

pub enum HslBounds {
    Hue,
    Saturation,
    Lightness,
}

Variants

Trait Implementations

impl Debug for HslBounds
[src]

Formats the value using the given formatter.

impl Clone for HslBounds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HslBounds
[src]