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