Struct windows_sys::Win32::Media::Audio::XAudio2::FXEQ_PARAMETERS
[−]#[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: f32
Gain0: f32
Bandwidth0: f32
FrequencyCenter1: f32
Gain1: f32
Bandwidth1: f32
FrequencyCenter2: f32
Gain2: f32
Bandwidth2: f32
FrequencyCenter3: f32
Gain3: f32
Bandwidth3: f32
Trait Implementations
impl Clone for FXEQ_PARAMETERS
impl Clone for FXEQ_PARAMETERS
impl Copy for FXEQ_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for FXEQ_PARAMETERS
impl Send for FXEQ_PARAMETERS
impl Sync for FXEQ_PARAMETERS
impl Unpin for FXEQ_PARAMETERS
impl UnwindSafe for FXEQ_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more