#[repr(C)]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§
Source§impl Clone for SPSEMANTICERRORINFO
impl Clone for SPSEMANTICERRORINFO
Source§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 moreSource§impl Default for SPSEMANTICERRORINFO
impl Default for SPSEMANTICERRORINFO
Source§fn default() -> SPSEMANTICERRORINFO
fn default() -> SPSEMANTICERRORINFO
Returns the “default value” for a type. Read more
impl Copy 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