#[repr(C, packed(2))]
pub struct AVIMAINHEADER {
Show 13 fields pub fcc: u32, pub cb: u32, pub dwMicroSecPerFrame: u32, pub dwMaxBytesPerSec: u32, pub dwPaddingGranularity: u32, pub dwFlags: u32, pub dwTotalFrames: u32, pub dwInitialFrames: u32, pub dwStreams: u32, pub dwSuggestedBufferSize: u32, pub dwWidth: u32, pub dwHeight: u32, pub dwReserved: [u32; 4],
}
Expand description

Required features: "Win32_Media_DirectShow"

Fields

fcc: u32cb: u32dwMicroSecPerFrame: u32dwMaxBytesPerSec: u32dwPaddingGranularity: u32dwFlags: u32dwTotalFrames: u32dwInitialFrames: u32dwStreams: u32dwSuggestedBufferSize: u32dwWidth: u32dwHeight: u32dwReserved: [u32; 4]

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.