#[repr(C)]pub struct EMRALPHABLEND {Show 18 fields
pub emr: EMR,
pub rclBounds: RECTL,
pub xDest: LONG,
pub yDest: LONG,
pub cxDest: LONG,
pub cyDest: LONG,
pub dwRop: DWORD,
pub xSrc: LONG,
pub ySrc: LONG,
pub xformSrc: XFORM,
pub crBkColorSrc: COLORREF,
pub iUsageSrc: DWORD,
pub offBmiSrc: DWORD,
pub cbBmiSrc: DWORD,
pub offBitsSrc: DWORD,
pub cbBitsSrc: DWORD,
pub cxSrc: LONG,
pub cySrc: LONG,
}
Fields
emr: EMR
rclBounds: RECTL
xDest: LONG
yDest: LONG
cxDest: LONG
cyDest: LONG
dwRop: DWORD
xSrc: LONG
ySrc: LONG
xformSrc: XFORM
crBkColorSrc: COLORREF
iUsageSrc: DWORD
offBmiSrc: DWORD
cbBmiSrc: DWORD
offBitsSrc: DWORD
cbBitsSrc: DWORD
cxSrc: LONG
cySrc: LONG
Trait Implementations
sourceimpl Clone for EMRALPHABLEND
impl Clone for EMRALPHABLEND
sourcefn clone(&self) -> EMRALPHABLEND
fn clone(&self) -> EMRALPHABLEND
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 EMRALPHABLEND
Auto Trait Implementations
impl RefUnwindSafe for EMRALPHABLEND
impl Send for EMRALPHABLEND
impl Sync for EMRALPHABLEND
impl Unpin for EMRALPHABLEND
impl UnwindSafe for EMRALPHABLEND
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