Struct XAUDIO2FX_REVERB_I3DL2_PARAMETERS
#[repr(C, packed(1))]pub struct XAUDIO2FX_REVERB_I3DL2_PARAMETERS {}
Fields§
§WetDryMix: f32
§Room: i32
§RoomHF: i32
§RoomRolloffFactor: f32
§DecayTime: f32
§DecayHFRatio: f32
§Reflections: i32
§ReflectionsDelay: f32
§Reverb: i32
§ReverbDelay: f32
§Diffusion: f32
§Density: f32
§HFReference: f32
Trait Implementations§
§impl Clone for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Clone for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
§fn clone(&self) -> XAUDIO2FX_REVERB_I3DL2_PARAMETERS
fn clone(&self) -> XAUDIO2FX_REVERB_I3DL2_PARAMETERS
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 moreimpl Copy for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
Auto Trait Implementations§
impl Freeze for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl RefUnwindSafe for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Send for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Sync for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Unpin for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl UnwindSafe for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
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