Struct 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
impl Copy 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