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

Trait Implementations

impl Clone for XStandardColormap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XStandardColormap
[src]

impl PartialEq for XStandardColormap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.