Struct gdk::Color [] [src]

#[repr(C)]
pub struct Color { pub pixel: u32, pub red: u16, pub green: u16, pub blue: u16, }

Fields

Trait Implementations

impl Copy for GdkColor
[src]

impl Debug for GdkColor
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GdkColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GdkColor

impl Sync for GdkColor