Struct winapi::sapi::SPRECOGNIZERSTATUS
[−]
[src]
pub struct SPRECOGNIZERSTATUS {
pub AudioStatus: SPAUDIOSTATUS,
pub ullRecognitionStreamPos: ULONGLONG,
pub ulStreamNumber: ULONG,
pub ulNumActive: ULONG,
pub clsidEngine: CLSID,
pub cLangIDs: ULONG,
pub aLangID: [WORD; 20],
pub ullRecognitionStreamTime: ULONGLONG,
}Fields
AudioStatus | |
ullRecognitionStreamPos | |
ulStreamNumber | |
ulNumActive | |
clsidEngine | |
cLangIDs | |
aLangID | |
ullRecognitionStreamTime |
Trait Implementations
impl Copy for SPRECOGNIZERSTATUS[src]
impl Clone for SPRECOGNIZERSTATUS[src]
fn clone(&self) -> SPRECOGNIZERSTATUS
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