#[repr(C)]
pub struct EMRSTRETCHBLT {
Show 18 fields pub emr: EMR, pub rclBounds: RECTL, pub xDest: i32, pub yDest: i32, pub cxDest: i32, pub cyDest: i32, pub dwRop: u32, pub xSrc: i32, pub ySrc: i32, pub xformSrc: XFORM, pub crBkColorSrc: u32, pub iUsageSrc: u32, pub offBmiSrc: u32, pub cbBmiSrc: u32, pub offBitsSrc: u32, pub cbBitsSrc: u32, pub cxSrc: i32, pub cySrc: i32,
}
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"

Fields

emr: EMRrclBounds: RECTLxDest: i32yDest: i32cxDest: i32cyDest: i32dwRop: u32xSrc: i32ySrc: i32xformSrc: XFORMcrBkColorSrc: u32iUsageSrc: u32offBmiSrc: u32cbBmiSrc: u32offBitsSrc: u32cbBitsSrc: u32cxSrc: i32cySrc: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.