Struct gdk_sys::GdkColor[][src]

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

Fields

Trait Implementations

impl Copy for GdkColor
[src]

impl Clone for GdkColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkColor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GdkColor

impl Sync for GdkColor