Struct windows_sys::Win32::UI::ColorSystem::LOGCOLORSPACEW
[−]#[repr(C)]pub struct LOGCOLORSPACEW {
pub lcsSignature: u32,
pub lcsVersion: u32,
pub lcsSize: u32,
pub lcsCSType: i32,
pub lcsIntent: i32,
pub lcsEndpoints: CIEXYZTRIPLE,
pub lcsGammaRed: u32,
pub lcsGammaGreen: u32,
pub lcsGammaBlue: u32,
pub lcsFilename: [u16; 260],
}Expand description
Required features: ‘Win32_UI_ColorSystem’, ‘Win32_Graphics_Gdi’
Fields
lcsSignature: u32lcsVersion: u32lcsSize: u32lcsCSType: i32lcsIntent: i32lcsEndpoints: CIEXYZTRIPLElcsGammaRed: u32lcsGammaGreen: u32lcsGammaBlue: u32lcsFilename: [u16; 260]Trait Implementations
impl Clone for LOGCOLORSPACEW
impl Clone for LOGCOLORSPACEW
impl Copy for LOGCOLORSPACEW
Auto Trait Implementations
impl RefUnwindSafe for LOGCOLORSPACEW
impl Send for LOGCOLORSPACEW
impl Sync for LOGCOLORSPACEW
impl Unpin for LOGCOLORSPACEW
impl UnwindSafe for LOGCOLORSPACEW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more