#[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_floatTrait Implementations§
Source§impl Clone for SPPHRASEELEMENT
impl Clone for SPPHRASEELEMENT
Source§fn clone(&self) -> SPPHRASEELEMENT
fn clone(&self) -> SPPHRASEELEMENT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SPPHRASEELEMENT
Source§impl Default for SPPHRASEELEMENT
Available on crate feature impl-default only.
impl Default for SPPHRASEELEMENT
Available on crate feature
impl-default only.Source§fn default() -> SPPHRASEELEMENT
fn default() -> SPPHRASEELEMENT
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for SPPHRASEELEMENT
impl !Sync for SPPHRASEELEMENT
impl Freeze for SPPHRASEELEMENT
impl RefUnwindSafe for SPPHRASEELEMENT
impl Unpin for SPPHRASEELEMENT
impl UnsafeUnpin 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