Struct winapi::um::wingdi::EMRSETDIBITSTODEVICE
source · #[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: DWORDTrait Implementations§
source§impl Clone for EMRSETDIBITSTODEVICE
impl Clone for EMRSETDIBITSTODEVICE
source§fn clone(&self) -> EMRSETDIBITSTODEVICE
fn clone(&self) -> EMRSETDIBITSTODEVICE
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 EMRSETDIBITSTODEVICE
impl Default for EMRSETDIBITSTODEVICE
source§fn default() -> EMRSETDIBITSTODEVICE
fn default() -> EMRSETDIBITSTODEVICE
Returns the “default value” for a type. Read more