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