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 Freeze for COLORINFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)