#[repr(C)]pub struct tagEMRSTRETCHDIBITS {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: LONGTrait Implementations§
Source§impl Clone for tagEMRSTRETCHDIBITS
impl Clone for tagEMRSTRETCHDIBITS
Source§fn clone(&self) -> tagEMRSTRETCHDIBITS
fn clone(&self) -> tagEMRSTRETCHDIBITS
Returns a duplicate 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 Debug for tagEMRSTRETCHDIBITS
impl Debug for tagEMRSTRETCHDIBITS
impl Copy for tagEMRSTRETCHDIBITS
Auto Trait Implementations§
impl Freeze for tagEMRSTRETCHDIBITS
impl RefUnwindSafe for tagEMRSTRETCHDIBITS
impl Send for tagEMRSTRETCHDIBITS
impl Sync for tagEMRSTRETCHDIBITS
impl Unpin for tagEMRSTRETCHDIBITS
impl UnwindSafe for tagEMRSTRETCHDIBITS
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