#[repr(C)]pub struct RGBQUAD {
pub rgbBlue: u8,
pub rgbGreen: u8,
pub rgbRed: u8,
pub rgbReserved: u8,
}Expand description
Required features: "Win32_Graphics_Gdi"
Fields
rgbBlue: u8rgbGreen: u8rgbRed: u8rgbReserved: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RGBQUAD
impl Send for RGBQUAD
impl Sync for RGBQUAD
impl Unpin for RGBQUAD
impl UnwindSafe for RGBQUAD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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