Struct winapi::um::wingdi::EMRSETCOLORSPACE
source · #[repr(C)]pub struct EMRSETCOLORSPACE {
pub emr: EMR,
pub ihCS: DWORD,
}
Fields§
§emr: EMR
§ihCS: DWORD
Trait Implementations§
source§impl Clone for EMRSETCOLORSPACE
impl Clone for EMRSETCOLORSPACE
source§fn clone(&self) -> EMRSETCOLORSPACE
fn clone(&self) -> EMRSETCOLORSPACE
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 moresource§impl Default for EMRSETCOLORSPACE
impl Default for EMRSETCOLORSPACE
source§fn default() -> EMRSETCOLORSPACE
fn default() -> EMRSETCOLORSPACE
Returns the “default value” for a type. Read more