Union windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_CALLBACK_OUTPUT_0
#[repr(C)]
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,
}
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
§fn clone(&self) -> MINIDUMP_CALLBACK_OUTPUT_0
fn clone(&self) -> MINIDUMP_CALLBACK_OUTPUT_0
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MINIDUMP_CALLBACK_OUTPUT_0
Auto Trait Implementations§
impl Freeze for MINIDUMP_CALLBACK_OUTPUT_0
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)