#[repr(C)]pub struct SPPHRASEPROPERTY {
pub pszName: LPCWSTR,
pub u: SPPHRASEPROPERTY_u_s,
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
§u: SPPHRASEPROPERTY_u_s
§pszValue: LPCWSTR
§vValue: VARIANT
§ulFirstElement: ULONG
§ulCountOfElements: ULONG
§pNextSibling: *const SPPHRASEPROPERTY
§pFirstChild: *const SPPHRASEPROPERTY
§SREngineConfidence: c_float
§Confidence: c_char
Trait Implementations§
Source§impl Clone for SPPHRASEPROPERTY
impl Clone for SPPHRASEPROPERTY
Source§fn clone(&self) -> SPPHRASEPROPERTY
fn clone(&self) -> SPPHRASEPROPERTY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SPPHRASEPROPERTY
impl Default for SPPHRASEPROPERTY
Source§fn default() -> SPPHRASEPROPERTY
fn default() -> SPPHRASEPROPERTY
Returns the “default value” for a type. Read more
impl Copy for SPPHRASEPROPERTY
Auto Trait Implementations§
impl Freeze for SPPHRASEPROPERTY
impl RefUnwindSafe for SPPHRASEPROPERTY
impl !Send for SPPHRASEPROPERTY
impl !Sync for SPPHRASEPROPERTY
impl Unpin for SPPHRASEPROPERTY
impl UnwindSafe for SPPHRASEPROPERTY
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more