#[repr(C)]pub struct SPPHRASEALTREQUEST {
pub ulStartElement: ULONG,
pub cElements: ULONG,
pub ulRequestAltCount: ULONG,
pub pvResultExtra: *mut c_void,
pub cbResultExtra: ULONG,
pub pPhrase: *mut ISpPhrase,
pub pRecoContext: *mut ISpRecoContext,
}
Fields§
§ulStartElement: ULONG
§cElements: ULONG
§ulRequestAltCount: ULONG
§pvResultExtra: *mut c_void
§cbResultExtra: ULONG
§pPhrase: *mut ISpPhrase
§pRecoContext: *mut ISpRecoContext
Trait Implementations§
Source§impl Clone for SPPHRASEALTREQUEST
impl Clone for SPPHRASEALTREQUEST
Source§fn clone(&self) -> SPPHRASEALTREQUEST
fn clone(&self) -> SPPHRASEALTREQUEST
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 SPPHRASEALTREQUEST
impl Default for SPPHRASEALTREQUEST
Source§fn default() -> SPPHRASEALTREQUEST
fn default() -> SPPHRASEALTREQUEST
Returns the “default value” for a type. Read more
impl Copy for SPPHRASEALTREQUEST
Auto Trait Implementations§
impl Freeze for SPPHRASEALTREQUEST
impl RefUnwindSafe for SPPHRASEALTREQUEST
impl !Send for SPPHRASEALTREQUEST
impl !Sync for SPPHRASEALTREQUEST
impl Unpin for SPPHRASEALTREQUEST
impl UnwindSafe for SPPHRASEALTREQUEST
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