Struct windows_sys::Win32::UI::ColorSystem::LOGCOLORSPACEA
[−]#[repr(C)]pub struct LOGCOLORSPACEA {
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: [CHAR; 260],
}
Expand description
Required features: "Win32_UI_ColorSystem"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lcsSignature: u32
lcsVersion: u32
lcsSize: u32
lcsCSType: i32
lcsIntent: i32
lcsEndpoints: CIEXYZTRIPLE
lcsGammaRed: u32
lcsGammaGreen: u32
lcsGammaBlue: u32
lcsFilename: [CHAR; 260]
Trait Implementations
impl Clone for LOGCOLORSPACEA
impl Clone for LOGCOLORSPACEA
impl Copy for LOGCOLORSPACEA
Auto Trait Implementations
impl RefUnwindSafe for LOGCOLORSPACEA
impl Send for LOGCOLORSPACEA
impl Sync for LOGCOLORSPACEA
impl Unpin for LOGCOLORSPACEA
impl UnwindSafe for LOGCOLORSPACEA
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