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 PartialEq for XRenderDirectFormat

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

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

impl Copy for XRenderDirectFormat

impl Clone for XRenderDirectFormat

fn clone(&self) -> XRenderDirectFormat

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