Struct windows_sys::Win32::Media::Audio::XAudio2::HrtfOrientation
[−]Expand description
Required features: ‘Win32_Media_Audio_XAudio2’
Fields
element: [f32; 9]
Trait Implementations
impl Clone for HrtfOrientation
impl Clone for HrtfOrientation
impl Copy for HrtfOrientation
Auto Trait Implementations
impl RefUnwindSafe for HrtfOrientation
impl Send for HrtfOrientation
impl Sync for HrtfOrientation
impl Unpin for HrtfOrientation
impl UnwindSafe for HrtfOrientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more