#[repr(C)]pub struct EMRPLGBLT {Show 21 fields
pub emr: EMR,
pub rclBounds: RECTL,
pub aptlDest: [POINTL; 3],
pub xSrc: LONG,
pub ySrc: LONG,
pub cxSrc: LONG,
pub cySrc: LONG,
pub xformSrc: XFORM,
pub crBkColorSrc: COLORREF,
pub iUsageSrc: DWORD,
pub offBmiSrc: DWORD,
pub cbBmiSrc: DWORD,
pub offBitsSrc: DWORD,
pub cbBitsSrc: DWORD,
pub xMask: LONG,
pub yMask: LONG,
pub iUsageMask: DWORD,
pub offBmiMask: DWORD,
pub cbBmiMask: DWORD,
pub offBitsMask: DWORD,
pub cbBitsMask: DWORD,
}
Fields
emr: EMR
rclBounds: RECTL
aptlDest: [POINTL; 3]
xSrc: LONG
ySrc: LONG
cxSrc: LONG
cySrc: LONG
xformSrc: XFORM
crBkColorSrc: COLORREF
iUsageSrc: DWORD
offBmiSrc: DWORD
cbBmiSrc: DWORD
offBitsSrc: DWORD
cbBitsSrc: DWORD
xMask: LONG
yMask: LONG
iUsageMask: DWORD
offBmiMask: DWORD
cbBmiMask: DWORD
offBitsMask: DWORD
cbBitsMask: DWORD
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EMRPLGBLT
impl Send for EMRPLGBLT
impl Sync for EMRPLGBLT
impl Unpin for EMRPLGBLT
impl UnwindSafe for EMRPLGBLT
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