#[repr(C)]
pub struct DVD_DECODER_CAPS { pub dwSize: u32, pub dwAudioCaps: u32, pub dFwdMaxRateVideo: f64, pub dFwdMaxRateAudio: f64, pub dFwdMaxRateSP: f64, pub dBwdMaxRateVideo: f64, pub dBwdMaxRateAudio: f64, pub dBwdMaxRateSP: f64, pub dwRes1: u32, pub dwRes2: u32, pub dwRes3: u32, pub dwRes4: u32, }
Expand description

Required features: "Win32_Media_DirectShow"

Fields

dwSize: u32dwAudioCaps: u32dFwdMaxRateVideo: f64dFwdMaxRateAudio: f64dFwdMaxRateSP: f64dBwdMaxRateVideo: f64dBwdMaxRateAudio: f64dBwdMaxRateSP: f64dwRes1: u32dwRes2: u32dwRes3: u32dwRes4: u32

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.