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