#[repr(C)]pub struct MINIDUMP_CALLBACK_OUTPUT_0_3 {
pub VmQueryStatus: HRESULT,
pub VmQueryResult: MINIDUMP_MEMORY_INFO,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’, ‘Win32_System_Memory’
Fields
VmQueryStatus: HRESULT
VmQueryResult: MINIDUMP_MEMORY_INFO
Trait Implementations
impl Clone for MINIDUMP_CALLBACK_OUTPUT_0_3
impl Clone for MINIDUMP_CALLBACK_OUTPUT_0_3
impl Copy for MINIDUMP_CALLBACK_OUTPUT_0_3
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_CALLBACK_OUTPUT_0_3
impl Send for MINIDUMP_CALLBACK_OUTPUT_0_3
impl Sync for MINIDUMP_CALLBACK_OUTPUT_0_3
impl Unpin for MINIDUMP_CALLBACK_OUTPUT_0_3
impl UnwindSafe for MINIDUMP_CALLBACK_OUTPUT_0_3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more