Struct x11_dl::xlib::XStandardColormap  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XStandardColormap { pub colormap: Colormap, pub red_max: c_ulong, pub red_mult: c_ulong, pub green_max: c_ulong, pub green_mult: c_ulong, pub blue_max: c_ulong, pub blue_mult: c_ulong, pub base_pixel: c_ulong, pub visualid: VisualID, pub killid: XID, }
Fields
colormap: Colormap
                           
                           
                           
                           red_max: c_ulong
                           
                           
                           
                           red_mult: c_ulong
                           
                           
                           
                           green_max: c_ulong
                           
                           
                           
                           green_mult: c_ulong
                           
                           
                           
                           blue_max: c_ulong
                           
                           
                           
                           blue_mult: c_ulong
                           
                           
                           
                           base_pixel: c_ulong
                           
                           
                           
                           visualid: VisualID
                           
                           
                           
                           killid: XID
                           
            Trait Implementations
impl Debug for XStandardColormap[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XStandardColormap[src]
fn clone(&self) -> XStandardColormap[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 XStandardColormap[src]
impl PartialEq for XStandardColormap[src]
fn eq(&self, __arg_0: &XStandardColormap) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XStandardColormap) -> bool[src]
This method tests for !=.