#[repr(C)]
pub struct ICCOMPRESS { pub dwFlags: u32, pub lpbiOutput: *mut BITMAPINFOHEADER, pub lpOutput: *mut c_void, pub lpbiInput: *mut BITMAPINFOHEADER, pub lpInput: *mut c_void, pub lpckid: *mut u32, pub lpdwFlags: *mut u32, pub lFrameNum: i32, pub dwFrameSize: u32, pub dwQuality: u32, pub lpbiPrev: *mut BITMAPINFOHEADER, pub lpPrev: *mut c_void, }
Expand description

Required features: "Win32_Media_Multimedia", "Win32_Graphics_Gdi"

Fields§

§dwFlags: u32§lpbiOutput: *mut BITMAPINFOHEADER§lpOutput: *mut c_void§lpbiInput: *mut BITMAPINFOHEADER§lpInput: *mut c_void§lpckid: *mut u32§lpdwFlags: *mut u32§lFrameNum: i32§dwFrameSize: u32§dwQuality: u32§lpbiPrev: *mut BITMAPINFOHEADER§lpPrev: *mut c_void

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.