#[repr(C)]
pub struct COMPVARS {
Show 16 fields pub cbSize: i32, pub dwFlags: u32, pub hic: HIC, pub fccType: u32, pub fccHandler: u32, pub lpbiIn: *mut BITMAPINFO, pub lpbiOut: *mut BITMAPINFO, pub lpBitsOut: *mut c_void, pub lpBitsPrev: *mut c_void, pub lFrame: i32, pub lKey: i32, pub lDataRate: i32, pub lQ: i32, pub lKeyCount: i32, pub lpState: *mut c_void, pub cbState: i32,
}
Expand description

Required features: "Win32_Media_Multimedia", "Win32_Graphics_Gdi"

Fields

cbSize: i32dwFlags: u32hic: HICfccType: u32fccHandler: u32lpbiIn: *mut BITMAPINFOlpbiOut: *mut BITMAPINFOlpBitsOut: *mut c_voidlpBitsPrev: *mut c_voidlFrame: i32lKey: i32lDataRate: i32lQ: i32lKeyCount: i32lpState: *mut c_voidcbState: i32

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.