Struct windows_sys::Win32::Media::Audio::XAudio2::XAUDIO2_VOICE_STATE
[−]#[repr(C, packed(1))]pub struct XAUDIO2_VOICE_STATE {
pub pCurrentBufferContext: *mut c_void,
pub BuffersQueued: u32,
pub SamplesPlayed: u64,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
pCurrentBufferContext: *mut c_void
BuffersQueued: u32
SamplesPlayed: u64
Trait Implementations
impl Clone for XAUDIO2_VOICE_STATE
impl Clone for XAUDIO2_VOICE_STATE
impl Copy for XAUDIO2_VOICE_STATE
Auto Trait Implementations
impl RefUnwindSafe for XAUDIO2_VOICE_STATE
impl !Send for XAUDIO2_VOICE_STATE
impl !Sync for XAUDIO2_VOICE_STATE
impl Unpin for XAUDIO2_VOICE_STATE
impl UnwindSafe for XAUDIO2_VOICE_STATE
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