#[repr(C)]pub struct EMRBITBLT {Show 16 fields
pub emr: EMR,
pub rclBounds: RECTL,
pub xDest: i32,
pub yDest: i32,
pub cxDest: i32,
pub cyDest: i32,
pub dwRop: u32,
pub xSrc: i32,
pub ySrc: i32,
pub xformSrc: XFORM,
pub crBkColorSrc: COLORREF,
pub iUsageSrc: u32,
pub offBmiSrc: u32,
pub cbBmiSrc: u32,
pub offBitsSrc: u32,
pub cbBitsSrc: u32,
}Expand description
Required features: "Win32_Graphics_Gdi", "Win32_Foundation"
Fields
emr: EMRrclBounds: RECTLxDest: i32yDest: i32cxDest: i32cyDest: i32dwRop: u32xSrc: i32ySrc: i32xformSrc: XFORMcrBkColorSrc: COLORREFiUsageSrc: u32offBmiSrc: u32cbBmiSrc: u32offBitsSrc: u32cbBitsSrc: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EMRBITBLT
impl Send for EMRBITBLT
impl Sync for EMRBITBLT
impl Unpin for EMRBITBLT
impl UnwindSafe for EMRBITBLT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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