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: PWSTR
BaseOfImage: u64
SizeOfImage: u32
CheckSum: u32
TimeDateStamp: u32
VersionInfo: VS_FIXEDFILEINFO
CvRecord: *mut c_void
SizeOfCvRecord: u32
MiscRecord: *mut c_void
SizeOfMiscRecord: u32
Trait 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 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