Struct winapi::um::wingdi::EMRSETDIBITSTODEVICE [−][src]
#[repr(C)]pub struct EMRSETDIBITSTODEVICE {Show 15 fields
pub emr: EMR,
pub rclBounds: RECTL,
pub xDest: LONG,
pub yDest: LONG,
pub xSrc: LONG,
pub ySrc: LONG,
pub cxSrc: LONG,
pub cySrc: LONG,
pub offBmiSrc: DWORD,
pub cbBmiSrc: DWORD,
pub offBitsSrc: DWORD,
pub cbBitsSrc: DWORD,
pub iUsageSrc: DWORD,
pub iStartScan: DWORD,
pub cScans: DWORD,
}
Fields
emr: EMR
rclBounds: RECTL
xDest: LONG
yDest: LONG
xSrc: LONG
ySrc: LONG
cxSrc: LONG
cySrc: LONG
offBmiSrc: DWORD
cbBmiSrc: DWORD
offBitsSrc: DWORD
cbBitsSrc: DWORD
iUsageSrc: DWORD
iStartScan: DWORD
cScans: DWORD
Trait Implementations
Returns the “default value” for a type. Read more