#[repr(C)]pub struct EMRSETDIBITSTODEVICE {}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§iStartScan: u32§cScans: u32Trait Implementations§
Source§impl Abi for EMRSETDIBITSTODEVICE
impl Abi for EMRSETDIBITSTODEVICE
Source§type Abi = EMRSETDIBITSTODEVICE
type Abi = EMRSETDIBITSTODEVICE
The abi representation of the implementing type. Read more
type DefaultType = EMRSETDIBITSTODEVICE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for EMRSETDIBITSTODEVICE
impl Clone for EMRSETDIBITSTODEVICE
Source§fn clone(&self) -> EMRSETDIBITSTODEVICE
fn clone(&self) -> EMRSETDIBITSTODEVICE
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 EMRSETDIBITSTODEVICE
impl Debug for EMRSETDIBITSTODEVICE
Source§impl Default for EMRSETDIBITSTODEVICE
impl Default for EMRSETDIBITSTODEVICE
Source§impl PartialEq for EMRSETDIBITSTODEVICE
impl PartialEq for EMRSETDIBITSTODEVICE
impl Copy for EMRSETDIBITSTODEVICE
impl Eq for EMRSETDIBITSTODEVICE
Auto Trait Implementations§
impl Freeze for EMRSETDIBITSTODEVICE
impl RefUnwindSafe for EMRSETDIBITSTODEVICE
impl Send for EMRSETDIBITSTODEVICE
impl Sync for EMRSETDIBITSTODEVICE
impl Unpin for EMRSETDIBITSTODEVICE
impl UnwindSafe for EMRSETDIBITSTODEVICE
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