Struct windows_sys::Win32::Media::Multimedia::ICDRAWSUGGEST
[−]#[repr(C)]pub struct ICDRAWSUGGEST {
pub lpbiIn: *mut BITMAPINFOHEADER,
pub lpbiSuggest: *mut BITMAPINFOHEADER,
pub dxSrc: i32,
pub dySrc: i32,
pub dxDst: i32,
pub dyDst: i32,
pub hicDecompressor: HIC,
}
Expand description
Required features: "Win32_Media_Multimedia"
, "Win32_Graphics_Gdi"
Fields
lpbiIn: *mut BITMAPINFOHEADER
lpbiSuggest: *mut BITMAPINFOHEADER
dxSrc: i32
dySrc: i32
dxDst: i32
dyDst: i32
hicDecompressor: HIC
Trait Implementations
impl Clone for ICDRAWSUGGEST
impl Clone for ICDRAWSUGGEST
impl Copy for ICDRAWSUGGEST
Auto Trait Implementations
impl RefUnwindSafe for ICDRAWSUGGEST
impl !Send for ICDRAWSUGGEST
impl !Sync for ICDRAWSUGGEST
impl Unpin for ICDRAWSUGGEST
impl UnwindSafe for ICDRAWSUGGEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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