Struct x11_dl::xlib::XStandardColormap
[−]
[src]
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 PartialEq for XStandardColormap[src]
fn eq(&self, __arg_0: &XStandardColormap) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XStandardColormap) -> bool
This method tests for !=.
impl Copy for XStandardColormap[src]
impl Clone for XStandardColormap[src]
fn clone(&self) -> XStandardColormap
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