#[repr(C)]pub struct EFXEAXREVERBPROPERTIES {Show 23 fields
pub flDensity: f32,
pub flDiffusion: f32,
pub flGain: f32,
pub flGainHF: f32,
pub flGainLF: f32,
pub flDecayTime: f32,
pub flDecayHFRatio: f32,
pub flDecayLFRatio: f32,
pub flReflectionsGain: f32,
pub flReflectionsDelay: f32,
pub flReflectionsPan: [f32; 3],
pub flLateReverbGain: f32,
pub flLateReverbDelay: f32,
pub flLateReverbPan: [f32; 3],
pub flEchoTime: f32,
pub flEchoDepth: f32,
pub flModulationTime: f32,
pub flModulationDepth: f32,
pub flAirAbsorptionGainHF: f32,
pub flHFReference: f32,
pub flLFReference: f32,
pub flRoomRolloffFactor: f32,
pub iDecayHFLimit: c_int,
}
Fields§
§flDensity: f32
§flDiffusion: f32
§flGain: f32
§flGainHF: f32
§flGainLF: f32
§flDecayTime: f32
§flDecayHFRatio: f32
§flDecayLFRatio: f32
§flReflectionsGain: f32
§flReflectionsDelay: f32
§flReflectionsPan: [f32; 3]
§flLateReverbGain: f32
§flLateReverbDelay: f32
§flLateReverbPan: [f32; 3]
§flEchoTime: f32
§flEchoDepth: f32
§flModulationTime: f32
§flModulationDepth: f32
§flAirAbsorptionGainHF: f32
§flHFReference: f32
§flLFReference: f32
§flRoomRolloffFactor: f32
§iDecayHFLimit: c_int
Trait Implementations§
Source§impl Clone for EFXEAXREVERBPROPERTIES
impl Clone for EFXEAXREVERBPROPERTIES
Source§fn clone(&self) -> EFXEAXREVERBPROPERTIES
fn clone(&self) -> EFXEAXREVERBPROPERTIES
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 moreSource§impl Debug for EFXEAXREVERBPROPERTIES
impl Debug for EFXEAXREVERBPROPERTIES
Source§impl Default for EFXEAXREVERBPROPERTIES
impl Default for EFXEAXREVERBPROPERTIES
impl Copy for EFXEAXREVERBPROPERTIES
Auto Trait Implementations§
impl Freeze for EFXEAXREVERBPROPERTIES
impl RefUnwindSafe for EFXEAXREVERBPROPERTIES
impl Send for EFXEAXREVERBPROPERTIES
impl Sync for EFXEAXREVERBPROPERTIES
impl Unpin for EFXEAXREVERBPROPERTIES
impl UnwindSafe for EFXEAXREVERBPROPERTIES
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)