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
Auto Trait Implementations
impl RefUnwindSafe for GdkRGBA
impl UnwindSafe for GdkRGBA
Blanket Implementations
Mutably borrows from an owned value. Read more