Struct windows_sys::Win32::UI::ColorSystem::EMRCREATECOLORSPACE
[−]#[repr(C)]pub struct EMRCREATECOLORSPACE {
pub emr: EMR,
pub ihCS: u32,
pub lcs: LOGCOLORSPACEA,
}
Expand description
Required features: "Win32_UI_ColorSystem"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
emr: EMR
ihCS: u32
lcs: LOGCOLORSPACEA
Trait Implementations
impl Clone for EMRCREATECOLORSPACE
impl Clone for EMRCREATECOLORSPACE
impl Copy for EMRCREATECOLORSPACE
Auto Trait Implementations
impl RefUnwindSafe for EMRCREATECOLORSPACE
impl Send for EMRCREATECOLORSPACE
impl Sync for EMRCREATECOLORSPACE
impl Unpin for EMRCREATECOLORSPACE
impl UnwindSafe for EMRCREATECOLORSPACE
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