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