Struct windows_sys::Win32::Media::Audio::DirectSound::DSFXCompressor
[−]#[repr(C)]pub struct DSFXCompressor {
pub fGain: f32,
pub fAttack: f32,
pub fRelease: f32,
pub fThreshold: f32,
pub fRatio: f32,
pub fPredelay: f32,
}
Expand description
Required features: "Win32_Media_Audio_DirectSound"
Fields
fGain: f32
fAttack: f32
fRelease: f32
fThreshold: f32
fRatio: f32
fPredelay: f32
Trait Implementations
impl Clone for DSFXCompressor
impl Clone for DSFXCompressor
impl Copy for DSFXCompressor
Auto Trait Implementations
impl RefUnwindSafe for DSFXCompressor
impl Send for DSFXCompressor
impl Sync for DSFXCompressor
impl Unpin for DSFXCompressor
impl UnwindSafe for DSFXCompressor
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