#[repr(C, packed(4))]pub struct MINIDUMP_EXCEPTION_INFORMATION64 {
pub ThreadId: u32,
pub ExceptionRecord: u64,
pub ContextRecord: u64,
pub ClientPointers: BOOL,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
ThreadId: u32
ExceptionRecord: u64
ContextRecord: u64
ClientPointers: BOOL
Trait Implementations
impl Clone for MINIDUMP_EXCEPTION_INFORMATION64
impl Clone for MINIDUMP_EXCEPTION_INFORMATION64
impl Copy for MINIDUMP_EXCEPTION_INFORMATION64
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_EXCEPTION_INFORMATION64
impl Send for MINIDUMP_EXCEPTION_INFORMATION64
impl Sync for MINIDUMP_EXCEPTION_INFORMATION64
impl Unpin for MINIDUMP_EXCEPTION_INFORMATION64
impl UnwindSafe for MINIDUMP_EXCEPTION_INFORMATION64
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