#[repr(C)]
pub struct ICCOMPRESSFRAMES {
Show 16 fields pub dwFlags: u32, pub lpbiOutput: *mut BITMAPINFOHEADER, pub lOutput: LPARAM, pub lpbiInput: *mut BITMAPINFOHEADER, pub lInput: LPARAM, pub lStartFrame: i32, pub lFrameCount: i32, pub lQuality: i32, pub lDataRate: i32, pub lKeyRate: i32, pub dwRate: u32, pub dwScale: u32, pub dwOverheadPerFrame: u32, pub dwReserved2: u32, pub GetData: isize, pub PutData: isize,
}
Expand description

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

Fields

dwFlags: u32lpbiOutput: *mut BITMAPINFOHEADERlOutput: LPARAMlpbiInput: *mut BITMAPINFOHEADERlInput: LPARAMlStartFrame: i32lFrameCount: i32lQuality: i32lDataRate: i32lKeyRate: i32dwRate: u32dwScale: u32dwOverheadPerFrame: u32dwReserved2: u32GetData: isizePutData: isize

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.