#[repr(C)]pub struct SPPHRASE {
pub __AnonymousBase_sapi53_L5821_C34: SPPHRASE_50,
pub pSML: PWSTR,
pub pSemanticErrorInfo: *mut SPSEMANTICERRORINFO,
}
Expand description
Required features: ‘Win32_Media_Speech’, ‘Win32_Foundation’, ‘Win32_System_Com’, ‘Win32_System_Ole’
Fields
__AnonymousBase_sapi53_L5821_C34: SPPHRASE_50
pSML: PWSTR
pSemanticErrorInfo: *mut SPSEMANTICERRORINFO
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SPPHRASE
impl !Send for SPPHRASE
impl !Sync for SPPHRASE
impl Unpin for SPPHRASE
impl UnwindSafe for SPPHRASE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more