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: ULONG pszScriptLine: LPWSTR pszSource: LPWSTR pszDescription: LPWSTR hrResultCode: HRESULT

Trait Implementations

impl Debug for SPSEMANTICERRORINFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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