#[repr(C)]pub struct EMRSTRETCHDIBITS {Show 16 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 dwRop: DWORD,
pub cxDest: LONG,
pub cyDest: LONG,
}
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
dwRop: DWORD
cxDest: LONG
cyDest: LONG
Trait Implementations
sourceimpl Clone for EMRSTRETCHDIBITS
impl Clone for EMRSTRETCHDIBITS
sourcefn clone(&self) -> EMRSTRETCHDIBITS
fn clone(&self) -> EMRSTRETCHDIBITS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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 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