Struct superpixel::XYZColor[][src]

pub struct XYZColor {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

Fields

Trait Implementations

impl Debug for XYZColor
[src]

Formats the value using the given formatter. Read more

impl Default for XYZColor
[src]

Returns the "default value" for a type. Read more

impl Clone for XYZColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for XYZColor

impl Sync for XYZColor