Struct DMUS_WAVES_REVERB_PARAMS
#[repr(C)]pub struct DMUS_WAVES_REVERB_PARAMS {
pub fInGain: f32,
pub fReverbMix: f32,
pub fReverbTime: f32,
pub fHighFreqRTRatio: f32,
}
Fields§
§fInGain: f32
§fReverbMix: f32
§fReverbTime: f32
§fHighFreqRTRatio: f32
Trait Implementations§
§impl Clone for DMUS_WAVES_REVERB_PARAMS
impl Clone for DMUS_WAVES_REVERB_PARAMS
§fn clone(&self) -> DMUS_WAVES_REVERB_PARAMS
fn clone(&self) -> DMUS_WAVES_REVERB_PARAMS
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_WAVES_REVERB_PARAMS
impl Debug for DMUS_WAVES_REVERB_PARAMS
§impl Default for DMUS_WAVES_REVERB_PARAMS
impl Default for DMUS_WAVES_REVERB_PARAMS
§impl PartialEq for DMUS_WAVES_REVERB_PARAMS
impl PartialEq for DMUS_WAVES_REVERB_PARAMS
impl Copy for DMUS_WAVES_REVERB_PARAMS
impl StructuralPartialEq for DMUS_WAVES_REVERB_PARAMS
Auto Trait Implementations§
impl Freeze for DMUS_WAVES_REVERB_PARAMS
impl RefUnwindSafe for DMUS_WAVES_REVERB_PARAMS
impl Send for DMUS_WAVES_REVERB_PARAMS
impl Sync for DMUS_WAVES_REVERB_PARAMS
impl Unpin for DMUS_WAVES_REVERB_PARAMS
impl UnwindSafe for DMUS_WAVES_REVERB_PARAMS
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