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

red: c_short redMask: c_short green: c_short greenMask: c_short blue: c_short blueMask: c_short alpha: c_short alphaMask: c_short

Trait Implementations

impl PartialEq for XRenderDirectFormat
[src]

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

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

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

This method tests for !=.

impl Copy for XRenderDirectFormat
[src]

impl Clone for XRenderDirectFormat
[src]

fn clone(&self) -> XRenderDirectFormat

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more