Struct windows_sys::Win32::UI::ColorSystem::COLORMATCHSETUPA
#[repr(C)]pub struct COLORMATCHSETUPA {Show 19 fields
pub dwSize: u32,
pub dwVersion: u32,
pub dwFlags: u32,
pub hwndOwner: HWND,
pub pSourceName: PCSTR,
pub pDisplayName: PCSTR,
pub pPrinterName: PCSTR,
pub dwRenderIntent: u32,
pub dwProofingIntent: u32,
pub pMonitorProfile: PSTR,
pub ccMonitorProfile: u32,
pub pPrinterProfile: PSTR,
pub ccPrinterProfile: u32,
pub pTargetProfile: PSTR,
pub ccTargetProfile: u32,
pub lpfnHook: DLGPROC,
pub lParam: LPARAM,
pub lpfnApplyCallback: PCMSCALLBACKA,
pub lParamApplyCallback: LPARAM,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields§
§dwSize: u32
§dwVersion: u32
§dwFlags: u32
§hwndOwner: HWND
§pSourceName: PCSTR
§pDisplayName: PCSTR
§pPrinterName: PCSTR
§dwRenderIntent: u32
§dwProofingIntent: u32
§pMonitorProfile: PSTR
§ccMonitorProfile: u32
§pPrinterProfile: PSTR
§ccPrinterProfile: u32
§pTargetProfile: PSTR
§ccTargetProfile: u32
§lpfnHook: DLGPROC
§lParam: LPARAM
§lpfnApplyCallback: PCMSCALLBACKA
§lParamApplyCallback: LPARAM
Trait Implementations§
§impl Clone for COLORMATCHSETUPA
impl Clone for COLORMATCHSETUPA
impl Copy for COLORMATCHSETUPA
Auto Trait Implementations§
impl RefUnwindSafe for COLORMATCHSETUPA
impl !Send for COLORMATCHSETUPA
impl !Sync for COLORMATCHSETUPA
impl Unpin for COLORMATCHSETUPA
impl UnwindSafe for COLORMATCHSETUPA
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