Struct x11_dl::xrender::XRenderDirectFormat  
                   
                       [−]
                   
               [src]
#[repr(C)]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 Debug for XRenderDirectFormat[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRenderDirectFormat[src]
fn clone(&self) -> XRenderDirectFormat[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRenderDirectFormat[src]
impl PartialEq for XRenderDirectFormat[src]
fn eq(&self, __arg_0: &XRenderDirectFormat) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRenderDirectFormat) -> bool[src]
This method tests for !=.