#[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 Send for GdkRGBA
impl Sync for GdkRGBA
impl Unpin for GdkRGBA
impl UnwindSafe for GdkRGBA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more