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
redMask
green
greenMask
blue
blueMask
alpha
alphaMask

Trait Implementations

Derived Implementations

impl Copy for XRenderDirectFormat

impl Clone for XRenderDirectFormat

fn clone(&self) -> XRenderDirectFormat

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