#[repr(C)]
pub struct SPPHRASEPROPERTY { pub pszName: PCWSTR, pub Anonymous: SPPHRASEPROPERTY_0, pub pszValue: PCWSTR, pub vValue: VARIANT, pub ulFirstElement: u32, pub ulCountOfElements: u32, pub pNextSibling: *const SPPHRASEPROPERTY, pub pFirstChild: *const SPPHRASEPROPERTY, pub SREngineConfidence: f32, pub Confidence: i8, }
Expand description

Required features: "Win32_Media_Speech", "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole"

Fields

pszName: PCWSTRAnonymous: SPPHRASEPROPERTY_0pszValue: PCWSTRvValue: VARIANTulFirstElement: u32ulCountOfElements: u32pNextSibling: *const SPPHRASEPROPERTYpFirstChild: *const SPPHRASEPROPERTYSREngineConfidence: f32Confidence: i8

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.