Struct x11::xlib::XColor [−][src]
#[repr(C)]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: c_ulong
red: c_ushort
green: c_ushort
blue: c_ushort
flags: c_char
pad: c_char
Trait Implementations
impl Debug for XColor[src]
impl Debug for XColorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XColor[src]
impl Clone for XColorfn clone(&self) -> XColor[src]
fn clone(&self) -> XColorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XColor[src]
impl Copy for XColorimpl PartialEq for XColor[src]
impl PartialEq for XColor