[][src]Struct winapi::um::sapi53::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,
}

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 SPSEMANTICERRORINFO

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 Unpin for SPPHRASE

impl !Send for SPPHRASE

impl !Sync for SPPHRASE

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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