Struct windows_sys::Win32::Media::Multimedia::ICDRAWBEGIN
[−]#[repr(C)]pub struct ICDRAWBEGIN {}
Expand description
Required features: "Win32_Media_Multimedia"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwFlags: u32
hpal: HPALETTE
hwnd: HWND
hdc: HDC
xDst: i32
yDst: i32
dxDst: i32
dyDst: i32
lpbi: *mut BITMAPINFOHEADER
xSrc: i32
ySrc: i32
dxSrc: i32
dySrc: i32
dwRate: u32
dwScale: u32
Trait Implementations
impl Clone for ICDRAWBEGIN
impl Clone for ICDRAWBEGIN
impl Copy for ICDRAWBEGIN
Auto Trait Implementations
impl RefUnwindSafe for ICDRAWBEGIN
impl !Send for ICDRAWBEGIN
impl !Sync for ICDRAWBEGIN
impl Unpin for ICDRAWBEGIN
impl UnwindSafe for ICDRAWBEGIN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more