Struct windows_sys::Win32::Media::Audio::XAudio2::HrtfDistanceDecay
[−]#[repr(C)]pub struct HrtfDistanceDecay {
pub type: HrtfDistanceDecayType,
pub maxGain: f32,
pub minGain: f32,
pub unityGainDistance: f32,
pub cutoffDistance: f32,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
type: HrtfDistanceDecayType
maxGain: f32
minGain: f32
unityGainDistance: f32
cutoffDistance: f32
Trait Implementations
impl Clone for HrtfDistanceDecay
impl Clone for HrtfDistanceDecay
impl Copy for HrtfDistanceDecay
Auto Trait Implementations
impl RefUnwindSafe for HrtfDistanceDecay
impl Send for HrtfDistanceDecay
impl Sync for HrtfDistanceDecay
impl Unpin for HrtfDistanceDecay
impl UnwindSafe for HrtfDistanceDecay
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