#[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: u32§lpbiOutput: *mut BITMAPINFOHEADER§lOutput: LPARAM§lpbiInput: *mut BITMAPINFOHEADER§lInput: LPARAM§lStartFrame: i32§lFrameCount: i32§lQuality: i32§lDataRate: i32§lKeyRate: i32§dwRate: u32§dwScale: u32§dwOverheadPerFrame: u32§dwReserved2: u32§GetData: isize§PutData: 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.