#[repr(C)]
pub struct MP_PARAMINFO { pub mpType: MP_TYPE, pub mopCaps: u32, pub mpdMinValue: f32, pub mpdMaxValue: f32, pub mpdNeutralValue: f32, pub szUnitText: [u16; 32], pub szLabel: [u16; 32], }
Expand description

Required features: "Win32_Media_DirectShow"

Fields

mpType: MP_TYPEmopCaps: u32mpdMinValue: f32mpdMaxValue: f32mpdNeutralValue: f32szUnitText: [u16; 32]szLabel: [u16; 32]

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.