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