Struct windows_sys::Win32::Media::Speech::SPSEMANTICERRORINFO
[−]#[repr(C)]pub struct SPSEMANTICERRORINFO {
pub ulLineNumber: u32,
pub pszScriptLine: PWSTR,
pub pszSource: PWSTR,
pub pszDescription: PWSTR,
pub hrResultCode: HRESULT,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
ulLineNumber: u32
pszScriptLine: PWSTR
pszSource: PWSTR
pszDescription: PWSTR
hrResultCode: HRESULT
Trait Implementations
impl Clone for SPSEMANTICERRORINFO
impl Clone for SPSEMANTICERRORINFO
impl Copy for SPSEMANTICERRORINFO
Auto Trait Implementations
impl RefUnwindSafe for SPSEMANTICERRORINFO
impl !Send for SPSEMANTICERRORINFO
impl !Sync for SPSEMANTICERRORINFO
impl Unpin for SPSEMANTICERRORINFO
impl UnwindSafe for SPSEMANTICERRORINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more