Struct superpixel::RGBColor[][src]

pub struct RGBColor {
    pub r: u8,
    pub g: u8,
    pub b: u8,
}

Fields

Trait Implementations

impl Debug for RGBColor
[src]

Formats the value using the given formatter. Read more

impl Default for RGBColor
[src]

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

impl Clone for RGBColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RGBColor

impl Sync for RGBColor