Struct x11::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 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