Struct winapi::sapi::SPVOICESTATUS
[−]
[src]
pub struct SPVOICESTATUS {
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 | |
ulLastStreamQueued | |
hrLastResult | |
dwRunningState | |
ulInputWordPos | |
ulInputWordLen | |
ulInputSentPos | |
ulInputSentLen | |
lBookmarkId | |
PhonemeId | |
VisemeId | |
dwReserved1 | |
dwReserved2 |
Trait Implementations
impl Copy for SPVOICESTATUS[src]
impl Clone for SPVOICESTATUS[src]
fn clone(&self) -> SPVOICESTATUS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more