Struct x11::xlib::XColor [−] [src]

pub struct XColor {
    pub pixel: c_ulong,
    pub red: c_ushort,
    pub green: c_ushort,
    pub blue: c_ushort,
    pub flags: c_char,
    pub pad: c_char,
}

Fields

pixel
red
green
blue
flags
pad

Trait Implementations

Derived Implementations

impl PartialEq for XColor

fn eq(&self, __arg_0: &XColor) -> bool

fn ne(&self, __arg_0: &XColor) -> bool

impl Copy for XColor

impl Clone for XColor

fn clone(&self) -> XColor

fn clone_from(&mut self, source: &Self)