Union windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_CALLBACK_INPUT_0
#[repr(C)]
pub union MINIDUMP_CALLBACK_INPUT_0 {
pub Status: HRESULT,
pub Thread: MINIDUMP_THREAD_CALLBACK,
pub ThreadEx: MINIDUMP_THREAD_EX_CALLBACK,
pub Module: MINIDUMP_MODULE_CALLBACK,
pub IncludeThread: MINIDUMP_INCLUDE_THREAD_CALLBACK,
pub IncludeModule: MINIDUMP_INCLUDE_MODULE_CALLBACK,
pub Io: MINIDUMP_IO_CALLBACK,
pub ReadMemoryFailure: MINIDUMP_READ_MEMORY_FAILURE_CALLBACK,
pub SecondaryFlags: u32,
pub VmQuery: MINIDUMP_VM_QUERY_CALLBACK,
pub VmPreRead: MINIDUMP_VM_PRE_READ_CALLBACK,
pub VmPostRead: MINIDUMP_VM_POST_READ_CALLBACK,
}
Fields§
§Status: HRESULT
§Thread: MINIDUMP_THREAD_CALLBACK
§ThreadEx: MINIDUMP_THREAD_EX_CALLBACK
§Module: MINIDUMP_MODULE_CALLBACK
§IncludeThread: MINIDUMP_INCLUDE_THREAD_CALLBACK
§IncludeModule: MINIDUMP_INCLUDE_MODULE_CALLBACK
§Io: MINIDUMP_IO_CALLBACK
§ReadMemoryFailure: MINIDUMP_READ_MEMORY_FAILURE_CALLBACK
§SecondaryFlags: u32
§VmQuery: MINIDUMP_VM_QUERY_CALLBACK
§VmPreRead: MINIDUMP_VM_PRE_READ_CALLBACK
§VmPostRead: MINIDUMP_VM_POST_READ_CALLBACK
Trait Implementations§
§impl Clone for MINIDUMP_CALLBACK_INPUT_0
impl Clone for MINIDUMP_CALLBACK_INPUT_0
§fn clone(&self) -> MINIDUMP_CALLBACK_INPUT_0
fn clone(&self) -> MINIDUMP_CALLBACK_INPUT_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_INPUT_0
Auto Trait Implementations§
impl Freeze for MINIDUMP_CALLBACK_INPUT_0
impl RefUnwindSafe for MINIDUMP_CALLBACK_INPUT_0
impl !Send for MINIDUMP_CALLBACK_INPUT_0
impl !Sync for MINIDUMP_CALLBACK_INPUT_0
impl Unpin for MINIDUMP_CALLBACK_INPUT_0
impl UnwindSafe for MINIDUMP_CALLBACK_INPUT_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
)