#[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: u32lpbiOutput: *mut BITMAPINFOHEADERlpOutput: *mut c_voidlpbiInput: *mut BITMAPINFOHEADERlpInput: *mut c_voidlpckid: *mut u32lpdwFlags: *mut u32lFrameNum: i32dwFrameSize: u32dwQuality: u32lpbiPrev: *mut BITMAPINFOHEADERlpPrev: *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.