Struct windows::Win32::Media::Speech::SPSEMANTICERRORINFO
#[repr(C)]pub struct SPSEMANTICERRORINFO {
pub ulLineNumber: u32,
pub pszScriptLine: PWSTR,
pub pszSource: PWSTR,
pub pszDescription: PWSTR,
pub hrResultCode: HRESULT,
}
Fields§
§ulLineNumber: u32
§pszScriptLine: PWSTR
§pszSource: PWSTR
§pszDescription: PWSTR
§hrResultCode: HRESULT
Trait Implementations§
§impl Clone for SPSEMANTICERRORINFO
impl Clone for SPSEMANTICERRORINFO
§fn clone(&self) -> SPSEMANTICERRORINFO
fn clone(&self) -> SPSEMANTICERRORINFO
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 more§impl Debug for SPSEMANTICERRORINFO
impl Debug for SPSEMANTICERRORINFO
§impl Default for SPSEMANTICERRORINFO
impl Default for SPSEMANTICERRORINFO
§impl PartialEq for SPSEMANTICERRORINFO
impl PartialEq for SPSEMANTICERRORINFO
§fn eq(&self, other: &SPSEMANTICERRORINFO) -> bool
fn eq(&self, other: &SPSEMANTICERRORINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SPSEMANTICERRORINFO
impl Eq for SPSEMANTICERRORINFO
impl StructuralPartialEq for SPSEMANTICERRORINFO
Auto Trait Implementations§
impl Freeze for SPSEMANTICERRORINFO
impl RefUnwindSafe for SPSEMANTICERRORINFO
impl !Send for SPSEMANTICERRORINFO
impl !Sync for SPSEMANTICERRORINFO
impl Unpin for SPSEMANTICERRORINFO
impl UnwindSafe for SPSEMANTICERRORINFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)