Struct windows_sys::Win32::Media::Audio::XAudio2::XAUDIO2_VOICE_DETAILS
[−]#[repr(C, packed(1))]pub struct XAUDIO2_VOICE_DETAILS {
pub CreationFlags: u32,
pub ActiveFlags: u32,
pub InputChannels: u32,
pub InputSampleRate: u32,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
CreationFlags: u32
ActiveFlags: u32
InputChannels: u32
InputSampleRate: u32
Trait Implementations
impl Clone for XAUDIO2_VOICE_DETAILS
impl Clone for XAUDIO2_VOICE_DETAILS
impl Copy for XAUDIO2_VOICE_DETAILS
Auto Trait Implementations
impl RefUnwindSafe for XAUDIO2_VOICE_DETAILS
impl Send for XAUDIO2_VOICE_DETAILS
impl Sync for XAUDIO2_VOICE_DETAILS
impl Unpin for XAUDIO2_VOICE_DETAILS
impl UnwindSafe for XAUDIO2_VOICE_DETAILS
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