Struct winapi::sapi::SPPHRASE [] [src]

pub struct SPPHRASE {
    pub cbSize: ULONG,
    pub LangID: WORD,
    pub wHomophoneGroupId: WORD,
    pub ullGrammarID: ULONGLONG,
    pub ftStartTime: ULONGLONG,
    pub ullAudioStreamPosition: ULONGLONG,
    pub ulAudioSizeBytes: ULONG,
    pub ulRetainedSizeBytes: ULONG,
    pub ulAudioSizeTime: ULONG,
    pub Rule: SPPHRASERULE,
    pub pProperties: *const SPPHRASEPROPERTY,
    pub pElements: *const SPPHRASEELEMENT,
    pub cReplacements: ULONG,
    pub pReplacements: *const SPPHRASEREPLACEMENT,
    pub SREngineID: GUID,
    pub ulSREnginePrivateDataSize: ULONG,
    pub pSREnginePrivateData: *const BYTE,
    pub pSML: LPWSTR,
    pub pSemanticErrorInfo: *mut SPSEMANTICERRORINFO,
    pub SemanticTagFormat: SPSEMANTICFORMAT,
}

Fields

cbSize
LangID
wHomophoneGroupId
ullGrammarID
ftStartTime
ullAudioStreamPosition
ulAudioSizeBytes
ulRetainedSizeBytes
ulAudioSizeTime
Rule
pProperties
pElements
cReplacements
pReplacements
SREngineID
ulSREnginePrivateDataSize
pSREnginePrivateData
pSML
pSemanticErrorInfo
SemanticTagFormat

Trait Implementations

impl Copy for SPPHRASE
[src]

impl Clone for SPPHRASE
[src]

fn clone(&self) -> SPPHRASE

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

Derived Implementations

impl Debug for SPPHRASE
[src]

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

Formats the value using the given formatter.