#[repr(C)]pub struct SPRECORESULTINFO {
pub cbSize: ULONG,
pub eResultType: SPRESULTTYPE,
pub fHypothesis: BOOL,
pub fProprietaryAutoPause: BOOL,
pub ullStreamPosStart: ULONGLONG,
pub ullStreamPosEnd: ULONGLONG,
pub hGrammar: SPGRAMMARHANDLE,
pub ulSizeEngineData: ULONG,
pub pvEngineData: *mut c_void,
pub pPhrase: *mut ISpPhraseBuilder,
pub aPhraseAlts: *mut SPPHRASEALT,
pub ulNumAlts: ULONG,
}
Fields§
§cbSize: ULONG
§eResultType: SPRESULTTYPE
§fHypothesis: BOOL
§fProprietaryAutoPause: BOOL
§ullStreamPosStart: ULONGLONG
§ullStreamPosEnd: ULONGLONG
§hGrammar: SPGRAMMARHANDLE
§ulSizeEngineData: ULONG
§pvEngineData: *mut c_void
§pPhrase: *mut ISpPhraseBuilder
§aPhraseAlts: *mut SPPHRASEALT
§ulNumAlts: ULONG
Trait Implementations§
Source§impl Clone for SPRECORESULTINFO
impl Clone for SPRECORESULTINFO
Source§fn clone(&self) -> SPRECORESULTINFO
fn clone(&self) -> SPRECORESULTINFO
Returns a duplicate 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 SPRECORESULTINFO
impl Default for SPRECORESULTINFO
Source§fn default() -> SPRECORESULTINFO
fn default() -> SPRECORESULTINFO
Returns the “default value” for a type. Read more
impl Copy for SPRECORESULTINFO
Auto Trait Implementations§
impl Freeze for SPRECORESULTINFO
impl RefUnwindSafe for SPRECORESULTINFO
impl !Send for SPRECORESULTINFO
impl !Sync for SPRECORESULTINFO
impl Unpin for SPRECORESULTINFO
impl UnwindSafe for SPRECORESULTINFO
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