#[repr(C)]
pub struct SPPHRASEELEMENT {
Show 14 fields pub ulAudioTimeOffset: u32, pub ulAudioSizeTime: u32, pub ulAudioStreamOffset: u32, pub ulAudioSizeBytes: u32, pub ulRetainedStreamOffset: u32, pub ulRetainedSizeBytes: u32, pub pszDisplayText: PCWSTR, pub pszLexicalForm: PCWSTR, pub pszPronunciation: *const u16, pub bDisplayAttributes: u8, pub RequiredConfidence: i8, pub ActualConfidence: i8, pub Reserved: u8, pub SREngineConfidence: f32,
}
Expand description

Required features: "Win32_Media_Speech"

Fields§

§ulAudioTimeOffset: u32§ulAudioSizeTime: u32§ulAudioStreamOffset: u32§ulAudioSizeBytes: u32§ulRetainedStreamOffset: u32§ulRetainedSizeBytes: u32§pszDisplayText: PCWSTR§pszLexicalForm: PCWSTR§pszPronunciation: *const u16§bDisplayAttributes: u8§RequiredConfidence: i8§ActualConfidence: i8§Reserved: u8§SREngineConfidence: f32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.