#[repr(C, packed(4))]pub struct MINIDUMP_CALLBACK_INFORMATION {
pub CallbackRoutine: MINIDUMP_CALLBACK_ROUTINE,
pub CallbackParam: *mut c_void,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
, "Win32_Storage_FileSystem"
, "Win32_System_Kernel"
, "Win32_System_Memory"
Fields
CallbackRoutine: MINIDUMP_CALLBACK_ROUTINE
CallbackParam: *mut c_void
Trait Implementations
impl Clone for MINIDUMP_CALLBACK_INFORMATION
impl Clone for MINIDUMP_CALLBACK_INFORMATION
impl Copy for MINIDUMP_CALLBACK_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_CALLBACK_INFORMATION
impl !Send for MINIDUMP_CALLBACK_INFORMATION
impl !Sync for MINIDUMP_CALLBACK_INFORMATION
impl Unpin for MINIDUMP_CALLBACK_INFORMATION
impl UnwindSafe for MINIDUMP_CALLBACK_INFORMATION
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