Struct windows_sys::Win32::System::Diagnostics::Debug::EXCEPTION_DEBUG_INFO
[−]#[repr(C)]pub struct EXCEPTION_DEBUG_INFO {
pub ExceptionRecord: EXCEPTION_RECORD,
pub dwFirstChance: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
ExceptionRecord: EXCEPTION_RECORD
dwFirstChance: u32
Trait Implementations
impl Clone for EXCEPTION_DEBUG_INFO
impl Clone for EXCEPTION_DEBUG_INFO
impl Copy for EXCEPTION_DEBUG_INFO
Auto Trait Implementations
impl RefUnwindSafe for EXCEPTION_DEBUG_INFO
impl !Send for EXCEPTION_DEBUG_INFO
impl !Sync for EXCEPTION_DEBUG_INFO
impl Unpin for EXCEPTION_DEBUG_INFO
impl UnwindSafe for EXCEPTION_DEBUG_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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