Struct windows_sys::Win32::Media::Speech::SPPHRASE_50
[−]#[repr(C)]pub struct SPPHRASE_50 {Show 17 fields
pub cbSize: u32,
pub LangID: u16,
pub wHomophoneGroupId: u16,
pub ullGrammarID: u64,
pub ftStartTime: u64,
pub ullAudioStreamPosition: u64,
pub ulAudioSizeBytes: u32,
pub ulRetainedSizeBytes: u32,
pub ulAudioSizeTime: u32,
pub Rule: SPPHRASERULE,
pub pProperties: *const SPPHRASEPROPERTY,
pub pElements: *const SPPHRASEELEMENT,
pub cReplacements: u32,
pub pReplacements: *const SPPHRASEREPLACEMENT,
pub SREngineID: GUID,
pub ulSREnginePrivateDataSize: u32,
pub pSREnginePrivateData: *const u8,
}
Expand description
Required features: "Win32_Media_Speech"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
Fields
cbSize: u32
LangID: u16
wHomophoneGroupId: u16
ullGrammarID: u64
ftStartTime: u64
ullAudioStreamPosition: u64
ulAudioSizeBytes: u32
ulRetainedSizeBytes: u32
ulAudioSizeTime: u32
Rule: SPPHRASERULE
pProperties: *const SPPHRASEPROPERTY
pElements: *const SPPHRASEELEMENT
cReplacements: u32
pReplacements: *const SPPHRASEREPLACEMENT
SREngineID: GUID
ulSREnginePrivateDataSize: u32
pSREnginePrivateData: *const u8
Trait Implementations
impl Clone for SPPHRASE_50
impl Clone for SPPHRASE_50
impl Copy for SPPHRASE_50
Auto Trait Implementations
impl RefUnwindSafe for SPPHRASE_50
impl !Send for SPPHRASE_50
impl !Sync for SPPHRASE_50
impl Unpin for SPPHRASE_50
impl UnwindSafe for SPPHRASE_50
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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