Struct windows_sys::Win32::UI::ColorSystem::COLORMATCHSETUPW
[−]#[repr(C)]pub struct COLORMATCHSETUPW {Show 19 fields
pub dwSize: u32,
pub dwVersion: u32,
pub dwFlags: u32,
pub hwndOwner: HWND,
pub pSourceName: PCWSTR,
pub pDisplayName: PCWSTR,
pub pPrinterName: PCWSTR,
pub dwRenderIntent: u32,
pub dwProofingIntent: u32,
pub pMonitorProfile: PWSTR,
pub ccMonitorProfile: u32,
pub pPrinterProfile: PWSTR,
pub ccPrinterProfile: u32,
pub pTargetProfile: PWSTR,
pub ccTargetProfile: u32,
pub lpfnHook: DLGPROC,
pub lParam: LPARAM,
pub lpfnApplyCallback: PCMSCALLBACKW,
pub lParamApplyCallback: LPARAM,
}Expand description
Required features: "Win32_UI_ColorSystem", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"
Fields
dwSize: u32dwVersion: u32dwFlags: u32hwndOwner: HWNDpSourceName: PCWSTRpDisplayName: PCWSTRpPrinterName: PCWSTRdwRenderIntent: u32dwProofingIntent: u32pMonitorProfile: PWSTRccMonitorProfile: u32pPrinterProfile: PWSTRccPrinterProfile: u32pTargetProfile: PWSTRccTargetProfile: u32lpfnHook: DLGPROClParam: LPARAMlpfnApplyCallback: PCMSCALLBACKWlParamApplyCallback: LPARAMTrait Implementations
impl Clone for COLORMATCHSETUPW
impl Clone for COLORMATCHSETUPW
impl Copy for COLORMATCHSETUPW
Auto Trait Implementations
impl RefUnwindSafe for COLORMATCHSETUPW
impl !Send for COLORMATCHSETUPW
impl !Sync for COLORMATCHSETUPW
impl Unpin for COLORMATCHSETUPW
impl UnwindSafe for COLORMATCHSETUPW
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