#[repr(C)]
pub union MINIDUMP_CALLBACK_INPUT_0 {
pub Status: HRESULT,
pub Thread: MINIDUMP_THREAD_CALLBACK,
pub ThreadEx: MINIDUMP_THREAD_EX_CALLBACK,
pub Module: MINIDUMP_MODULE_CALLBACK,
pub IncludeThread: MINIDUMP_INCLUDE_THREAD_CALLBACK,
pub IncludeModule: MINIDUMP_INCLUDE_MODULE_CALLBACK,
pub Io: MINIDUMP_IO_CALLBACK,
pub ReadMemoryFailure: MINIDUMP_READ_MEMORY_FAILURE_CALLBACK,
pub SecondaryFlags: u32,
pub VmQuery: MINIDUMP_VM_QUERY_CALLBACK,
pub VmPreRead: MINIDUMP_VM_PRE_READ_CALLBACK,
pub VmPostRead: MINIDUMP_VM_POST_READ_CALLBACK,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
, "Win32_Storage_FileSystem"
, "Win32_System_Kernel"
Fields
Status: HRESULT
Thread: MINIDUMP_THREAD_CALLBACK
ThreadEx: MINIDUMP_THREAD_EX_CALLBACK
Module: MINIDUMP_MODULE_CALLBACK
IncludeThread: MINIDUMP_INCLUDE_THREAD_CALLBACK
IncludeModule: MINIDUMP_INCLUDE_MODULE_CALLBACK
Io: MINIDUMP_IO_CALLBACK
ReadMemoryFailure: MINIDUMP_READ_MEMORY_FAILURE_CALLBACK
SecondaryFlags: u32
VmQuery: MINIDUMP_VM_QUERY_CALLBACK
VmPreRead: MINIDUMP_VM_PRE_READ_CALLBACK
VmPostRead: MINIDUMP_VM_POST_READ_CALLBACK
Trait Implementations
impl Clone for MINIDUMP_CALLBACK_INPUT_0
impl Clone for MINIDUMP_CALLBACK_INPUT_0
impl Copy for MINIDUMP_CALLBACK_INPUT_0
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_CALLBACK_INPUT_0
impl !Send for MINIDUMP_CALLBACK_INPUT_0
impl !Sync for MINIDUMP_CALLBACK_INPUT_0
impl Unpin for MINIDUMP_CALLBACK_INPUT_0
impl UnwindSafe for MINIDUMP_CALLBACK_INPUT_0
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