Struct windows::Win32::Graphics::Gdi::EMRTRANSPARENTBLT
#[repr(C)]pub struct EMRTRANSPARENTBLT {Show 18 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,
pub cxSrc: i32,
pub cySrc: i32,
}
Fields§
§emr: EMR
§rclBounds: RECTL
§xDest: i32
§yDest: i32
§cxDest: i32
§cyDest: i32
§dwRop: u32
§xSrc: i32
§ySrc: i32
§xformSrc: XFORM
§crBkColorSrc: COLORREF
§iUsageSrc: u32
§offBmiSrc: u32
§cbBmiSrc: u32
§offBitsSrc: u32
§cbBitsSrc: u32
§cxSrc: i32
§cySrc: i32
Trait Implementations§
§impl Clone for EMRTRANSPARENTBLT
impl Clone for EMRTRANSPARENTBLT
§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 more§impl Debug for EMRTRANSPARENTBLT
impl Debug for EMRTRANSPARENTBLT
§impl Default for EMRTRANSPARENTBLT
impl Default for EMRTRANSPARENTBLT
§impl PartialEq for EMRTRANSPARENTBLT
impl PartialEq for EMRTRANSPARENTBLT
§fn eq(&self, other: &EMRTRANSPARENTBLT) -> bool
fn eq(&self, other: &EMRTRANSPARENTBLT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EMRTRANSPARENTBLT
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)