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: ULONG ulAudioSizeTime: ULONG ulAudioStreamOffset: ULONG ulAudioSizeBytes: ULONG ulRetainedStreamOffset: ULONG ulRetainedSizeBytes: ULONG pszDisplayText: LPCWSTR pszLexicalForm: LPCWSTR pszPronunciation: *const SPPHONEID bDisplayAttributes: BYTE RequiredConfidence: c_char ActualConfidence: c_char Reserved: BYTE SREngineConfidence: c_float

Trait Implementations

impl Debug for SPPHRASEELEMENT
[src]

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

Formats the value using the given formatter.

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