Struct x11::xlib::XStandardColormap
source · #[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§
source§impl Clone for XStandardColormap
impl Clone for XStandardColormap
source§fn clone(&self) -> XStandardColormap
fn clone(&self) -> XStandardColormap
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XStandardColormap
impl Debug for XStandardColormap
source§impl PartialEq<XStandardColormap> for XStandardColormap
impl PartialEq<XStandardColormap> for XStandardColormap
source§fn eq(&self, other: &XStandardColormap) -> bool
fn eq(&self, other: &XStandardColormap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.