Struct winsafe::dshow::VIDEOINFOHEADER[][src]

#[repr(C)]
pub struct VIDEOINFOHEADER { pub rcSource: RECT, pub rcTarget: RECT, pub dwBitRate: u32, pub dwBitErrorRate: u32, pub AvgTimePerFrame: i64, pub bmiHeader: BITMAPINFOHEADER, }
Expand description

Fields

rcSource: RECTrcTarget: RECTdwBitRate: u32dwBitErrorRate: u32AvgTimePerFrame: i64bmiHeader: BITMAPINFOHEADER

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.