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_doublegreen: c_doubleblue: c_doublealpha: c_doubleTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkRGBAimpl UnwindSafe for GdkRGBABlanket Implementations
Mutably borrows from an owned value. Read more