Struct windows_sys::Win32::Graphics::Gdi::EMRSTRETCHBLT
[−]#[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: EMR
rclBounds: RECTL
xDest: i32
yDest: i32
cxDest: i32
cyDest: i32
dwRop: u32
xSrc: i32
ySrc: i32
xformSrc: XFORM
crBkColorSrc: u32
iUsageSrc: u32
offBmiSrc: u32
cbBmiSrc: u32
offBitsSrc: u32
cbBitsSrc: u32
cxSrc: i32
cySrc: i32
Trait Implementations
impl Clone for EMRSTRETCHBLT
impl Clone for EMRSTRETCHBLT
impl Copy for EMRSTRETCHBLT
Auto Trait Implementations
impl RefUnwindSafe for EMRSTRETCHBLT
impl Send for EMRSTRETCHBLT
impl Sync for EMRSTRETCHBLT
impl Unpin for EMRSTRETCHBLT
impl UnwindSafe for EMRSTRETCHBLT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more