#[repr(C, packed(1))]
pub struct FXEQ_PARAMETERS { pub FrequencyCenter0: f32, pub Gain0: f32, pub Bandwidth0: f32, pub FrequencyCenter1: f32, pub Gain1: f32, pub Bandwidth1: f32, pub FrequencyCenter2: f32, pub Gain2: f32, pub Bandwidth2: f32, pub FrequencyCenter3: f32, pub Gain3: f32, pub Bandwidth3: f32, }
Expand description

Required features: "Win32_Media_Audio_XAudio2"

Fields

FrequencyCenter0: f32Gain0: f32Bandwidth0: f32FrequencyCenter1: f32Gain1: f32Bandwidth1: f32FrequencyCenter2: f32Gain2: f32Bandwidth2: f32FrequencyCenter3: f32Gain3: f32Bandwidth3: f32

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.