Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_CALLBACK_OUTPUT_0_3
#[repr(C)]pub struct MINIDUMP_CALLBACK_OUTPUT_0_3 {
pub VmQueryStatus: HRESULT,
pub VmQueryResult: MINIDUMP_MEMORY_INFO,
}Expand description
Required features: "Win32_Foundation", "Win32_System_Memory"
Fields§
§VmQueryStatus: HRESULT§VmQueryResult: MINIDUMP_MEMORY_INFOTrait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more