#[repr(C)]
pub struct WER_REPORT_METADATA_V2 { pub Signature: WER_REPORT_SIGNATURE, pub BucketId: GUID, pub ReportId: GUID, pub CreationTime: FILETIME, pub SizeInBytes: u64, pub CabId: [u16; 260], pub ReportStatus: u32, pub ReportIntegratorId: GUID, pub NumberOfFiles: u32, pub SizeOfFileNames: u32, pub FileNames: PWSTR, }
Expand description

Required features: "Win32_System_ErrorReporting", "Win32_Foundation"

Fields§

§Signature: WER_REPORT_SIGNATURE§BucketId: GUID§ReportId: GUID§CreationTime: FILETIME§SizeInBytes: u64§CabId: [u16; 260]§ReportStatus: u32§ReportIntegratorId: GUID§NumberOfFiles: u32§SizeOfFileNames: u32§FileNames: PWSTR

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.