Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_EXCEPTION_STREAM
[−]#[repr(C)]pub struct MINIDUMP_EXCEPTION_STREAM {
pub ThreadId: u32,
pub __alignment: u32,
pub ExceptionRecord: MINIDUMP_EXCEPTION,
pub ThreadContext: MINIDUMP_LOCATION_DESCRIPTOR,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
ThreadId: u32
__alignment: u32
ExceptionRecord: MINIDUMP_EXCEPTION
ThreadContext: MINIDUMP_LOCATION_DESCRIPTOR
Trait Implementations
impl Clone for MINIDUMP_EXCEPTION_STREAM
impl Clone for MINIDUMP_EXCEPTION_STREAM
impl Copy for MINIDUMP_EXCEPTION_STREAM
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_EXCEPTION_STREAM
impl Send for MINIDUMP_EXCEPTION_STREAM
impl Sync for MINIDUMP_EXCEPTION_STREAM
impl Unpin for MINIDUMP_EXCEPTION_STREAM
impl UnwindSafe for MINIDUMP_EXCEPTION_STREAM
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