Struct x11::xft::XftColor [] [src]

pub struct XftColor {
    pub pixel: c_ulong,
    pub color: XRenderColor,
}

Fields

Trait Implementations

impl Clone for XftColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XftColor
[src]

impl PartialEq for XftColor
[src]

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

This method tests for !=.