#[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§
Source§impl Clone for EMRSTRETCHDIBITS
impl Clone for EMRSTRETCHDIBITS
Source§fn clone(&self) -> EMRSTRETCHDIBITS
fn clone(&self) -> EMRSTRETCHDIBITS
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 moreimpl Copy for EMRSTRETCHDIBITS
Auto Trait Implementations§
impl Freeze for EMRSTRETCHDIBITS
impl RefUnwindSafe for EMRSTRETCHDIBITS
impl Send for EMRSTRETCHDIBITS
impl Sync for EMRSTRETCHDIBITS
impl Unpin for EMRSTRETCHDIBITS
impl UnwindSafe for EMRSTRETCHDIBITS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more