#[repr(C)]pub struct SPPHRASEELEMENT {Show 14 fields
pub ulAudioTimeOffset: ULONG,
pub ulAudioSizeTime: ULONG,
pub ulAudioStreamOffset: ULONG,
pub ulAudioSizeBytes: ULONG,
pub ulRetainedStreamOffset: ULONG,
pub ulRetainedSizeBytes: ULONG,
pub pszDisplayText: LPCWSTR,
pub pszLexicalForm: LPCWSTR,
pub pszPronunciation: *const SPPHONEID,
pub bDisplayAttributes: BYTE,
pub RequiredConfidence: c_char,
pub ActualConfidence: c_char,
pub Reserved: BYTE,
pub SREngineConfidence: c_float,
}
Fields§
§ulAudioTimeOffset: ULONG
§ulAudioSizeTime: ULONG
§ulAudioStreamOffset: ULONG
§ulAudioSizeBytes: ULONG
§ulRetainedStreamOffset: ULONG
§ulRetainedSizeBytes: ULONG
§pszDisplayText: LPCWSTR
§pszLexicalForm: LPCWSTR
§pszPronunciation: *const SPPHONEID
§bDisplayAttributes: BYTE
§RequiredConfidence: c_char
§ActualConfidence: c_char
§Reserved: BYTE
§SREngineConfidence: c_float
Trait Implementations§
Source§impl Clone for SPPHRASEELEMENT
impl Clone for SPPHRASEELEMENT
Source§fn clone(&self) -> SPPHRASEELEMENT
fn clone(&self) -> SPPHRASEELEMENT
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 SPPHRASEELEMENT
impl Default for SPPHRASEELEMENT
Source§fn default() -> SPPHRASEELEMENT
fn default() -> SPPHRASEELEMENT
Returns the “default value” for a type. Read more
impl Copy for SPPHRASEELEMENT
Auto Trait Implementations§
impl Freeze for SPPHRASEELEMENT
impl RefUnwindSafe for SPPHRASEELEMENT
impl !Send for SPPHRASEELEMENT
impl !Sync for SPPHRASEELEMENT
impl Unpin for SPPHRASEELEMENT
impl UnwindSafe for SPPHRASEELEMENT
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