#[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: u32LangID: u16wHomophoneGroupId: u16ullGrammarID: u64ftStartTime: u64ullAudioStreamPosition: u64ulAudioSizeBytes: u32ulRetainedSizeBytes: u32ulAudioSizeTime: u32Rule: SPPHRASERULEpProperties: *const SPPHRASEPROPERTYpElements: *const SPPHRASEELEMENTcReplacements: u32pReplacements: *const SPPHRASEREPLACEMENTSREngineID: GUIDulSREnginePrivateDataSize: u32pSREnginePrivateData: *const u8

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.