Struct x11::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 Debug for XStandardColormap
[src]

[src]

Formats the value using the given formatter.

impl Clone for XStandardColormap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XStandardColormap
[src]

impl PartialEq for XStandardColormap
[src]

[src]

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

[src]

This method tests for !=.