#[repr(C)]pub struct SPVOICESTATUS {Show 13 fields
pub ulCurrentStream: ULONG,
pub ulLastStreamQueued: ULONG,
pub hrLastResult: HRESULT,
pub dwRunningState: DWORD,
pub ulInputWordPos: ULONG,
pub ulInputWordLen: ULONG,
pub ulInputSentPos: ULONG,
pub ulInputSentLen: ULONG,
pub lBookmarkId: LONG,
pub PhonemeId: SPPHONEID,
pub VisemeId: SPVISEMES,
pub dwReserved1: DWORD,
pub dwReserved2: DWORD,
}
Fields§
§ulCurrentStream: ULONG
§ulLastStreamQueued: ULONG
§hrLastResult: HRESULT
§dwRunningState: DWORD
§ulInputWordPos: ULONG
§ulInputWordLen: ULONG
§ulInputSentPos: ULONG
§ulInputSentLen: ULONG
§lBookmarkId: LONG
§PhonemeId: SPPHONEID
§VisemeId: SPVISEMES
§dwReserved1: DWORD
§dwReserved2: DWORD
Trait Implementations§
Source§impl Clone for SPVOICESTATUS
impl Clone for SPVOICESTATUS
Source§fn clone(&self) -> SPVOICESTATUS
fn clone(&self) -> SPVOICESTATUS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SPVOICESTATUS
impl Default for SPVOICESTATUS
Source§fn default() -> SPVOICESTATUS
fn default() -> SPVOICESTATUS
Returns the “default value” for a type. Read more
impl Copy for SPVOICESTATUS
Auto Trait Implementations§
impl Freeze for SPVOICESTATUS
impl RefUnwindSafe for SPVOICESTATUS
impl Send for SPVOICESTATUS
impl Sync for SPVOICESTATUS
impl Unpin for SPVOICESTATUS
impl UnwindSafe for SPVOICESTATUS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more