Struct winapi::sapi::SPSEMANTICERRORINFO
[−]
[src]
pub struct SPSEMANTICERRORINFO { pub ulLineNumber: ULONG, pub pszScriptLine: LPWSTR, pub pszSource: LPWSTR, pub pszDescription: LPWSTR, pub hrResultCode: HRESULT, }
Fields
ulLineNumber | |
pszScriptLine | |
pszSource | |
pszDescription | |
hrResultCode |
Trait Implementations
impl Copy for SPSEMANTICERRORINFO
[src]
impl Clone for SPSEMANTICERRORINFO
[src]
fn clone(&self) -> SPSEMANTICERRORINFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more