Struct winapi::sapi::SPPHRASEPROPERTY [] [src]

pub struct SPPHRASEPROPERTY {
    pub pszName: LPCWSTR,
    pub bType: BYTE,
    pub bReserved: BYTE,
    pub usArrayIndex: u16,
    pub pszValue: LPCWSTR,
    pub vValue: VARIANT,
    pub ulFirstElement: ULONG,
    pub ulCountOfElements: ULONG,
    pub pNextSibling: *const SPPHRASEPROPERTY,
    pub pFirstChild: *const SPPHRASEPROPERTY,
    pub SREngineConfidence: c_float,
    pub Confidence: c_char,
}

Fields

pszName: LPCWSTR bType: BYTE bReserved: BYTE usArrayIndex: u16 pszValue: LPCWSTR vValue: VARIANT ulFirstElement: ULONG ulCountOfElements: ULONG pNextSibling: *const SPPHRASEPROPERTY pFirstChild: *const SPPHRASEPROPERTY SREngineConfidence: c_float Confidence: c_char

Methods

impl SPPHRASEPROPERTY
[src]

unsafe fn ulId(&self) -> &ULONG

unsafe fn ulId_mut(&mut self) -> &mut ULONG

Trait Implementations

impl Debug for SPPHRASEPROPERTY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SPPHRASEPROPERTY
[src]

impl Clone for SPPHRASEPROPERTY
[src]

fn clone(&self) -> SPPHRASEPROPERTY

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more