Struct gdk_sys::GdkRGBA
[−]
[src]
#[repr(C)]pub struct GdkRGBA { pub red: c_double, pub green: c_double, pub blue: c_double, pub alpha: c_double, }
Fields
red: c_double
green: c_double
blue: c_double
alpha: c_double
Trait Implementations
impl Copy for GdkRGBA
[src]
impl Clone for GdkRGBA
[src]
fn clone(&self) -> GdkRGBA
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more