Struct windows_sys::Win32::Media::Speech::SPAUDIOSTATUS
[−]#[repr(C)]pub struct SPAUDIOSTATUS {
pub cbFreeBuffSpace: i32,
pub cbNonBlockingIO: u32,
pub State: SPAUDIOSTATE,
pub CurSeekPos: u64,
pub CurDevicePos: u64,
pub dwAudioLevel: u32,
pub dwReserved2: u32,
}
Expand description
Required features: ‘Win32_Media_Speech’
Fields
cbFreeBuffSpace: i32
cbNonBlockingIO: u32
State: SPAUDIOSTATE
CurSeekPos: u64
CurDevicePos: u64
dwAudioLevel: u32
dwReserved2: u32
Trait Implementations
impl Clone for SPAUDIOSTATUS
impl Clone for SPAUDIOSTATUS
impl Copy for SPAUDIOSTATUS
Auto Trait Implementations
impl RefUnwindSafe for SPAUDIOSTATUS
impl Send for SPAUDIOSTATUS
impl Sync for SPAUDIOSTATUS
impl Unpin for SPAUDIOSTATUS
impl UnwindSafe for SPAUDIOSTATUS
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