Struct winapi::sapi::SPPHRASEELEMENT
[−]
[src]
pub struct SPPHRASEELEMENT {
pub ulAudioTimeOffset: ULONG,
pub ulAudioSizeTime: ULONG,
pub ulAudioStreamOffset: ULONG,
pub ulAudioSizeBytes: ULONG,
pub ulRetainedStreamOffset: ULONG,
pub ulRetainedSizeBytes: ULONG,
pub pszDisplayText: LPCWSTR,
pub pszLexicalForm: LPCWSTR,
pub pszPronunciation: *const SPPHONEID,
pub bDisplayAttributes: BYTE,
pub RequiredConfidence: c_char,
pub ActualConfidence: c_char,
pub Reserved: BYTE,
pub SREngineConfidence: c_float,
}Fields
ulAudioTimeOffset | |
ulAudioSizeTime | |
ulAudioStreamOffset | |
ulAudioSizeBytes | |
ulRetainedStreamOffset | |
ulRetainedSizeBytes | |
pszDisplayText | |
pszLexicalForm | |
pszPronunciation | |
bDisplayAttributes | |
RequiredConfidence | |
ActualConfidence | |
Reserved | |
SREngineConfidence |
Trait Implementations
impl Copy for SPPHRASEELEMENT[src]
impl Clone for SPPHRASEELEMENT[src]
fn clone(&self) -> SPPHRASEELEMENT
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