#[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: LONG
Trait Implementations§
Source§impl Clone for tagEMRSTRETCHDIBITS
impl Clone for tagEMRSTRETCHDIBITS
Source§fn clone(&self) -> tagEMRSTRETCHDIBITS
fn clone(&self) -> tagEMRSTRETCHDIBITS
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 moreSource§impl Debug for tagEMRSTRETCHDIBITS
impl Debug for tagEMRSTRETCHDIBITS
Source§impl Ord for tagEMRSTRETCHDIBITS
impl Ord for tagEMRSTRETCHDIBITS
Source§fn cmp(&self, other: &tagEMRSTRETCHDIBITS) -> Ordering
fn cmp(&self, other: &tagEMRSTRETCHDIBITS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMRSTRETCHDIBITS
impl PartialEq for tagEMRSTRETCHDIBITS
Source§impl PartialOrd for tagEMRSTRETCHDIBITS
impl PartialOrd for tagEMRSTRETCHDIBITS
impl Copy for tagEMRSTRETCHDIBITS
impl Eq for tagEMRSTRETCHDIBITS
impl StructuralPartialEq 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