Struct vnc::Colour [] [src]

pub struct Colour {
    pub red: u16,
    pub green: u16,
    pub blue: u16,
}

Fields

Trait Implementations

impl Debug for Colour
[src]

Formats the value using the given formatter.