Struct launchpad::ColorColumn [] [src]

pub struct ColorColumn {
    pub color: Color,
    pub column: u8,
}

A single column (0...8)

Fields

Trait Implementations

impl Debug for ColorColumn
[src]

Formats the value using the given formatter.