Struct winapi::oaidl::EXCEPINFO
[−]
[src]
pub struct EXCEPINFO {
pub wCode: WORD,
pub wReserved: WORD,
pub bstrSource: BSTR,
pub bstrDescription: BSTR,
pub bstrHelpFile: BSTR,
pub dwHelpContext: DWORD,
pub pvReserved: PVOID,
pub pfnDeferredFillIn: Option<unsafe extern "system" fn(einfo: *mut EXCEPINFO) -> HRESULT>,
pub scode: SCODE,
}Fields
wCode | |
wReserved | |
bstrSource | |
bstrDescription | |
bstrHelpFile | |
dwHelpContext | |
pvReserved | |
pfnDeferredFillIn | |
scode |
Trait Implementations
impl Copy for EXCEPINFO[src]
impl Clone for EXCEPINFO[src]
fn clone(&self) -> EXCEPINFO
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