#[repr(C)]pub struct MINIDUMP_CALLBACK_OUTPUT_0_2 {
pub VmRegion: MINIDUMP_MEMORY_INFO,
pub Continue: BOOL,
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Memory"
Fields
VmRegion: MINIDUMP_MEMORY_INFOContinue: BOOLTrait Implementations
impl Clone for MINIDUMP_CALLBACK_OUTPUT_0_2
impl Clone for MINIDUMP_CALLBACK_OUTPUT_0_2
impl Copy for MINIDUMP_CALLBACK_OUTPUT_0_2
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_CALLBACK_OUTPUT_0_2
impl Send for MINIDUMP_CALLBACK_OUTPUT_0_2
impl Sync for MINIDUMP_CALLBACK_OUTPUT_0_2
impl Unpin for MINIDUMP_CALLBACK_OUTPUT_0_2
impl UnwindSafe for MINIDUMP_CALLBACK_OUTPUT_0_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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