Struct winapi::sapi::SPPHRASERULE [] [src]

pub struct SPPHRASERULE {
    pub pszName: LPCWSTR,
    pub ulId: ULONG,
    pub ulFirstElement: ULONG,
    pub ulCountOfElements: ULONG,
    pub pNextSibling: *const SPPHRASERULE,
    pub pFirstChild: *const SPPHRASERULE,
    pub SREngineConfidence: c_float,
    pub Confidence: c_char,
}

Fields

pszName: LPCWSTR ulId: ULONG ulFirstElement: ULONG ulCountOfElements: ULONG pNextSibling: *const SPPHRASERULE pFirstChild: *const SPPHRASERULE SREngineConfidence: c_float Confidence: c_char

Trait Implementations

impl Debug for SPPHRASERULE
[src]

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

Formats the value using the given formatter.

impl Copy for SPPHRASERULE
[src]

impl Clone for SPPHRASERULE
[src]

fn clone(&self) -> SPPHRASERULE

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