Struct windows_sys::Win32::Media::Speech::SPPHRASEELEMENT
[−]#[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
impl Clone for SPPHRASEELEMENT
impl Clone for SPPHRASEELEMENT
impl Copy for SPPHRASEELEMENT
Auto Trait Implementations
impl RefUnwindSafe for SPPHRASEELEMENT
impl !Send for SPPHRASEELEMENT
impl !Sync for SPPHRASEELEMENT
impl Unpin for SPPHRASEELEMENT
impl UnwindSafe for SPPHRASEELEMENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more