Struct windows_sys::Win32::Graphics::Gdi::EMRSTRETCHDIBITS
[−]#[repr(C)]pub struct EMRSTRETCHDIBITS {}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
rclBounds: RECTL
xDest: i32
yDest: i32
xSrc: i32
ySrc: i32
cxSrc: i32
cySrc: i32
offBmiSrc: u32
cbBmiSrc: u32
offBitsSrc: u32
cbBitsSrc: u32
iUsageSrc: u32
dwRop: u32
cxDest: i32
cyDest: i32
Trait Implementations
impl Clone for EMRSTRETCHDIBITS
impl Clone for EMRSTRETCHDIBITS
impl Copy for EMRSTRETCHDIBITS
Auto Trait Implementations
impl RefUnwindSafe for EMRSTRETCHDIBITS
impl Send for EMRSTRETCHDIBITS
impl Sync for EMRSTRETCHDIBITS
impl Unpin for EMRSTRETCHDIBITS
impl UnwindSafe for EMRSTRETCHDIBITS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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