#[repr(C)]pub struct EXCEPINFO {
pub wCode: u16,
pub wReserved: u16,
pub bstrSource: BSTR,
pub bstrDescription: BSTR,
pub bstrHelpFile: BSTR,
pub dwHelpContext: u32,
pub pvReserved: *mut c_void,
pub pfnDeferredFillIn: LPEXCEPFINO_DEFERRED_FILLIN,
pub scode: i32,
}
Expand description
Required features: "Win32_System_Com"
Fields
wCode: u16
wReserved: u16
bstrSource: BSTR
bstrDescription: BSTR
bstrHelpFile: BSTR
dwHelpContext: u32
pvReserved: *mut c_void
pfnDeferredFillIn: LPEXCEPFINO_DEFERRED_FILLIN
scode: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EXCEPINFO
impl !Send for EXCEPINFO
impl !Sync for EXCEPINFO
impl Unpin for EXCEPINFO
impl UnwindSafe for EXCEPINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more