Struct windows::Win32::Graphics::Gdi::EMRSTRETCHDIBITS
#[repr(C)]pub struct EMRSTRETCHDIBITS {}
Fields§
§emr: EMR
§rclBounds: RECTL
§xDest: i32
§yDest: i32
§xSrc: i32
§ySrc: i32
§cxSrc: i32
§cySrc: i32
§offBmiSrc: u32
§cbBmiSrc: u32
§offBitsSrc: u32
§cbBitsSrc: u32
§iUsageSrc: u32
§dwRop: u32
§cxDest: i32
§cyDest: i32
Trait Implementations§
§impl Clone for EMRSTRETCHDIBITS
impl Clone for EMRSTRETCHDIBITS
§fn clone(&self) -> EMRSTRETCHDIBITS
fn clone(&self) -> EMRSTRETCHDIBITS
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 EMRSTRETCHDIBITS
impl Debug for EMRSTRETCHDIBITS
§impl Default for EMRSTRETCHDIBITS
impl Default for EMRSTRETCHDIBITS
§impl PartialEq for EMRSTRETCHDIBITS
impl PartialEq for EMRSTRETCHDIBITS
§fn eq(&self, other: &EMRSTRETCHDIBITS) -> bool
fn eq(&self, other: &EMRSTRETCHDIBITS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EMRSTRETCHDIBITS
impl Eq for EMRSTRETCHDIBITS
impl StructuralPartialEq for EMRSTRETCHDIBITS
Auto Trait Implementations§
impl Freeze for EMRSTRETCHDIBITS
impl RefUnwindSafe for EMRSTRETCHDIBITS
impl Send for EMRSTRETCHDIBITS
impl Sync for EMRSTRETCHDIBITS
impl Unpin for EMRSTRETCHDIBITS
impl UnwindSafe for EMRSTRETCHDIBITS
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
)