#[repr(C, packed(4))]
pub union MINIDUMP_CALLBACK_OUTPUT_0 {
pub ModuleWriteFlags: u32,
pub ThreadWriteFlags: u32,
pub SecondaryFlags: u32,
pub Anonymous1: MINIDUMP_CALLBACK_OUTPUT_0_0,
pub Anonymous2: MINIDUMP_CALLBACK_OUTPUT_0_1,
pub Handle: HANDLE,
pub Anonymous3: MINIDUMP_CALLBACK_OUTPUT_0_2,
pub Anonymous4: MINIDUMP_CALLBACK_OUTPUT_0_3,
pub Anonymous5: MINIDUMP_CALLBACK_OUTPUT_0_4,
pub Status: HRESULT,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
, "Win32_System_Memory"
Fields
ModuleWriteFlags: u32
ThreadWriteFlags: u32
SecondaryFlags: u32
Anonymous1: MINIDUMP_CALLBACK_OUTPUT_0_0
Anonymous2: MINIDUMP_CALLBACK_OUTPUT_0_1
Handle: HANDLE
Anonymous3: MINIDUMP_CALLBACK_OUTPUT_0_2
Anonymous4: MINIDUMP_CALLBACK_OUTPUT_0_3
Anonymous5: MINIDUMP_CALLBACK_OUTPUT_0_4
Status: HRESULT
Trait Implementations
impl Clone for MINIDUMP_CALLBACK_OUTPUT_0
impl Clone for MINIDUMP_CALLBACK_OUTPUT_0
impl Copy for MINIDUMP_CALLBACK_OUTPUT_0
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_CALLBACK_OUTPUT_0
impl Send for MINIDUMP_CALLBACK_OUTPUT_0
impl Sync for MINIDUMP_CALLBACK_OUTPUT_0
impl Unpin for MINIDUMP_CALLBACK_OUTPUT_0
impl UnwindSafe for MINIDUMP_CALLBACK_OUTPUT_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