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

Trait Implementations

impl Debug for XColor
[src]

[src]

Formats the value using the given formatter.

impl Clone for XColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XColor
[src]

impl PartialEq for XColor
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.