Struct x11_dl::xrender::XRenderDirectFormat [] [src]

pub struct XRenderDirectFormat {
    pub red: c_short,
    pub redMask: c_short,
    pub green: c_short,
    pub greenMask: c_short,
    pub blue: c_short,
    pub blueMask: c_short,
    pub alpha: c_short,
    pub alphaMask: c_short,
}

Fields

Trait Implementations

impl Clone for XRenderDirectFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRenderDirectFormat
[src]

impl PartialEq for XRenderDirectFormat
[src]

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

This method tests for !=.