Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_THREAD_EX_CALLBACK
[−]#[repr(C)]pub struct MINIDUMP_THREAD_EX_CALLBACK {
pub ThreadId: u32,
pub ThreadHandle: HANDLE,
pub Context: CONTEXT,
pub SizeOfContext: u32,
pub StackBase: u64,
pub StackEnd: u64,
pub BackingStoreBase: u64,
pub BackingStoreEnd: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields
ThreadId: u32
ThreadHandle: HANDLE
Context: CONTEXT
SizeOfContext: u32
StackBase: u64
StackEnd: u64
BackingStoreBase: u64
BackingStoreEnd: u64
Trait Implementations
impl Clone for MINIDUMP_THREAD_EX_CALLBACK
impl Clone for MINIDUMP_THREAD_EX_CALLBACK
impl Copy for MINIDUMP_THREAD_EX_CALLBACK
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_THREAD_EX_CALLBACK
impl Send for MINIDUMP_THREAD_EX_CALLBACK
impl Sync for MINIDUMP_THREAD_EX_CALLBACK
impl Unpin for MINIDUMP_THREAD_EX_CALLBACK
impl UnwindSafe for MINIDUMP_THREAD_EX_CALLBACK
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