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