Struct 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,
}
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
§fn clone(&self) -> DMUS_LFOPARAMS
fn clone(&self) -> DMUS_LFOPARAMS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DMUS_LFOPARAMS
impl Debug for DMUS_LFOPARAMS
§impl Default for DMUS_LFOPARAMS
impl Default for DMUS_LFOPARAMS
§impl PartialEq for DMUS_LFOPARAMS
impl PartialEq for DMUS_LFOPARAMS
impl Copy for DMUS_LFOPARAMS
impl StructuralPartialEq for DMUS_LFOPARAMS
Auto Trait Implementations§
impl Freeze for DMUS_LFOPARAMS
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more