Struct vnc::Colour [] [src]

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

Fields

red: u16 green: u16 blue: u16

Trait Implementations

impl Debug for Colour
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.