Struct gdk4_sys::GdkRGBA [−][src]
#[repr(C)]pub struct GdkRGBA {
pub red: c_float,
pub green: c_float,
pub blue: c_float,
pub alpha: c_float,
}
Fields
red: c_float
green: c_float
blue: c_float
alpha: c_float
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkRGBA
impl UnwindSafe for GdkRGBA
Blanket Implementations
Mutably borrows from an owned value. Read more