Struct windows_sys::Win32::Media::Audio::XAudio2::HrtfApoInit
[−]#[repr(C)]pub struct HrtfApoInit {
pub distanceDecay: *mut HrtfDistanceDecay,
pub directivity: *mut HrtfDirectivity,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
distanceDecay: *mut HrtfDistanceDecay
directivity: *mut HrtfDirectivity
Trait Implementations
impl Clone for HrtfApoInit
impl Clone for HrtfApoInit
impl Copy for HrtfApoInit
Auto Trait Implementations
impl RefUnwindSafe for HrtfApoInit
impl !Send for HrtfApoInit
impl !Sync for HrtfApoInit
impl Unpin for HrtfApoInit
impl UnwindSafe for HrtfApoInit
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