Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_LFOPARAMS
[−]#[repr(C)]pub struct DMUS_LFOPARAMS {
pub pcFrequency: i32,
pub tcDelay: i32,
pub gcVolumeScale: i32,
pub pcPitchScale: i32,
pub gcMWToVolume: i32,
pub pcMWToPitch: i32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
pcFrequency: i32
tcDelay: i32
gcVolumeScale: i32
pcPitchScale: i32
gcMWToVolume: i32
pcMWToPitch: i32
Trait Implementations
impl Clone for DMUS_LFOPARAMS
impl Clone for DMUS_LFOPARAMS
impl Copy for DMUS_LFOPARAMS
Auto Trait Implementations
impl RefUnwindSafe for DMUS_LFOPARAMS
impl Send for DMUS_LFOPARAMS
impl Sync for DMUS_LFOPARAMS
impl Unpin for DMUS_LFOPARAMS
impl UnwindSafe for DMUS_LFOPARAMS
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