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 | |
ulId | |
ulFirstElement | |
ulCountOfElements | |
pNextSibling | |
pFirstChild | |
SREngineConfidence | |
Confidence |
Trait Implementations
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