[][src]Struct winapi::um::sapi::SPPHRASE

#[repr(C)]
pub struct SPPHRASE { pub cbSize: ULONG, pub LangID: WORD, pub wHomophoneGroupId: WORD, pub ullGrammarID: ULONGLONG, pub ftStartTime: ULONGLONG, pub ullAudioStreamPosition: ULONGLONG, pub ulAudioSizeBytes: ULONG, pub ulRetainedSizeBytes: ULONG, pub ulAudioSizeTime: ULONG, pub Rule: SPPHRASERULE, pub pProperties: *const SPPHRASEPROPERTY, pub pElements: *const SPPHRASEELEMENT, pub cReplacements: ULONG, pub pReplacements: *const SPPHRASEREPLACEMENT, pub SREngineID: GUID, pub ulSREnginePrivateDataSize: ULONG, pub pSREnginePrivateData: *const BYTE, pub pSML: LPWSTR, pub pSemanticErrorInfo: *mut SPSEMANTICERRORINFO, pub SemanticTagFormat: SPSEMANTICFORMAT, }

Fields

cbSize: ULONGLangID: WORDwHomophoneGroupId: WORDullGrammarID: ULONGLONGftStartTime: ULONGLONGullAudioStreamPosition: ULONGLONGulAudioSizeBytes: ULONGulRetainedSizeBytes: ULONGulAudioSizeTime: ULONGRule: SPPHRASERULEpProperties: *const SPPHRASEPROPERTYpElements: *const SPPHRASEELEMENTcReplacements: ULONGpReplacements: *const SPPHRASEREPLACEMENTSREngineID: GUIDulSREnginePrivateDataSize: ULONGpSREnginePrivateData: *const BYTEpSML: LPWSTRpSemanticErrorInfo: *mut SPSEMANTICERRORINFOSemanticTagFormat: SPSEMANTICFORMAT

Trait Implementations

impl Copy for SPPHRASE[src]

impl Clone for SPPHRASE[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SPPHRASE[src]

Auto Trait Implementations

impl !Send for SPPHRASE

impl !Sync for SPPHRASE

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]