Struct windows::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,
}
Fields§
§dwSize: u32
§dwVersion: u32
§dwFlags: u32
§hwndOwner: HWND
§pSourceName: PCWSTR
§pDisplayName: PCWSTR
§pPrinterName: PCWSTR
§dwRenderIntent: u32
§dwProofingIntent: u32
§pMonitorProfile: PWSTR
§ccMonitorProfile: u32
§pPrinterProfile: PWSTR
§ccPrinterProfile: u32
§pTargetProfile: PWSTR
§ccTargetProfile: u32
§lpfnHook: DLGPROC
§lParam: LPARAM
§lpfnApplyCallback: PCMSCALLBACKW
§lParamApplyCallback: LPARAM
Trait Implementations§
§impl Clone for COLORMATCHSETUPW
impl Clone for COLORMATCHSETUPW
§fn clone(&self) -> COLORMATCHSETUPW
fn clone(&self) -> COLORMATCHSETUPW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for COLORMATCHSETUPW
impl Debug for COLORMATCHSETUPW
§impl Default for COLORMATCHSETUPW
impl Default for COLORMATCHSETUPW
impl Copy for COLORMATCHSETUPW
Auto Trait Implementations§
impl Freeze for COLORMATCHSETUPW
impl RefUnwindSafe for COLORMATCHSETUPW
impl !Send for COLORMATCHSETUPW
impl !Sync for COLORMATCHSETUPW
impl Unpin for COLORMATCHSETUPW
impl UnwindSafe for COLORMATCHSETUPW
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
)