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: SPAUDIOSTATUS ullRecognitionStreamPos: ULONGLONG ulStreamNumber: ULONG ulNumActive: ULONG clsidEngine: CLSID cLangIDs: ULONG aLangID: [WORD; 20] ullRecognitionStreamTime: ULONGLONG

Trait Implementations

impl Debug for SPRECOGNIZERSTATUS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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