Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_MODULE_CALLBACK
[−]#[repr(C, packed(4))]pub struct MINIDUMP_MODULE_CALLBACK {
pub FullPath: PWSTR,
pub BaseOfImage: u64,
pub SizeOfImage: u32,
pub CheckSum: u32,
pub TimeDateStamp: u32,
pub VersionInfo: VS_FIXEDFILEINFO,
pub CvRecord: *mut c_void,
pub SizeOfCvRecord: u32,
pub MiscRecord: *mut c_void,
pub SizeOfMiscRecord: u32,
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Storage_FileSystem"
Fields
FullPath: PWSTRBaseOfImage: u64SizeOfImage: u32CheckSum: u32TimeDateStamp: u32VersionInfo: VS_FIXEDFILEINFOCvRecord: *mut c_voidSizeOfCvRecord: u32MiscRecord: *mut c_voidSizeOfMiscRecord: u32Trait Implementations
impl Clone for MINIDUMP_MODULE_CALLBACK
impl Clone for MINIDUMP_MODULE_CALLBACK
impl Copy for MINIDUMP_MODULE_CALLBACK
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_MODULE_CALLBACK
impl !Send for MINIDUMP_MODULE_CALLBACK
impl !Sync for MINIDUMP_MODULE_CALLBACK
impl Unpin for MINIDUMP_MODULE_CALLBACK
impl UnwindSafe for MINIDUMP_MODULE_CALLBACK
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