#[repr(C)]
pub struct ICDRAWBEGIN {
Show 15 fields pub dwFlags: u32, pub hpal: HPALETTE, pub hwnd: HWND, pub hdc: HDC, pub xDst: i32, pub yDst: i32, pub dxDst: i32, pub dyDst: i32, pub lpbi: *mut BITMAPINFOHEADER, pub xSrc: i32, pub ySrc: i32, pub dxSrc: i32, pub dySrc: i32, pub dwRate: u32, pub dwScale: u32,
}
Expand description

Required features: "Win32_Media_Multimedia", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields

dwFlags: u32hpal: HPALETTEhwnd: HWNDhdc: HDCxDst: i32yDst: i32dxDst: i32dyDst: i32lpbi: *mut BITMAPINFOHEADERxSrc: i32ySrc: i32dxSrc: i32dySrc: i32dwRate: u32dwScale: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.