Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_EXCEPTION_INFORMATION
#[repr(C, packed(4))]pub struct MINIDUMP_EXCEPTION_INFORMATION {
pub ThreadId: u32,
pub ExceptionPointers: *mut EXCEPTION_POINTERS,
pub ClientPointers: BOOL,
}Expand description
Required features: "Win32_Foundation", "Win32_System_Kernel"
Fields§
§ThreadId: u32§ExceptionPointers: *mut EXCEPTION_POINTERS§ClientPointers: BOOLTrait Implementations§
§impl Clone for MINIDUMP_EXCEPTION_INFORMATION
impl Clone for MINIDUMP_EXCEPTION_INFORMATION
impl Copy for MINIDUMP_EXCEPTION_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for MINIDUMP_EXCEPTION_INFORMATION
impl !Send for MINIDUMP_EXCEPTION_INFORMATION
impl !Sync for MINIDUMP_EXCEPTION_INFORMATION
impl Unpin for MINIDUMP_EXCEPTION_INFORMATION
impl UnwindSafe for MINIDUMP_EXCEPTION_INFORMATION
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