#[repr(C)]pub struct COLORINFO {Show 16 fields
pub Red: CIECHROMA,
pub Green: CIECHROMA,
pub Blue: CIECHROMA,
pub Cyan: CIECHROMA,
pub Magenta: CIECHROMA,
pub Yellow: CIECHROMA,
pub AlignmentWhite: CIECHROMA,
pub RedGamma: i32,
pub GreenGamma: i32,
pub BlueGamma: i32,
pub MagentaInCyanDye: i32,
pub YellowInCyanDye: i32,
pub CyanInMagentaDye: i32,
pub YellowInMagentaDye: i32,
pub CyanInYellowDye: i32,
pub MagentaInYellowDye: i32,
}Expand description
Required features: "Win32_Devices_Display"
Fields
Red: CIECHROMAGreen: CIECHROMABlue: CIECHROMACyan: CIECHROMAMagenta: CIECHROMAYellow: CIECHROMAAlignmentWhite: CIECHROMARedGamma: i32GreenGamma: i32BlueGamma: i32MagentaInCyanDye: i32YellowInCyanDye: i32CyanInMagentaDye: i32YellowInMagentaDye: i32CyanInYellowDye: i32MagentaInYellowDye: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for COLORINFO
impl Send for COLORINFO
impl Sync for COLORINFO
impl Unpin for COLORINFO
impl UnwindSafe for COLORINFO
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