Struct msi_klm::Color [] [src]

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

Fields

Methods

impl Color
[src]

Trait Implementations

impl Default for Color
[src]

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

impl Copy for Color
[src]

impl Clone for Color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Color
[src]

Formats the value using the given formatter.