Struct windows_sys::Win32::Devices::Display::COLORINFO
#[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,
}
Fields§
§Red: CIECHROMA
§Green: CIECHROMA
§Blue: CIECHROMA
§Cyan: CIECHROMA
§Magenta: CIECHROMA
§Yellow: CIECHROMA
§AlignmentWhite: CIECHROMA
§RedGamma: i32
§GreenGamma: i32
§BlueGamma: i32
§MagentaInCyanDye: i32
§YellowInCyanDye: i32
§CyanInMagentaDye: i32
§YellowInMagentaDye: i32
§CyanInYellowDye: i32
§MagentaInYellowDye: i32
Trait 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§
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