#[repr(C)]pub struct WER_REPORT_METADATA_V1 {
pub Signature: WER_REPORT_SIGNATURE,
pub BucketId: GUID,
pub ReportId: GUID,
pub CreationTime: FILETIME,
pub SizeInBytes: u64,
}
Expand description
Required features: "Win32_System_ErrorReporting"
, "Win32_Foundation"
Fields
Signature: WER_REPORT_SIGNATURE
BucketId: GUID
ReportId: GUID
CreationTime: FILETIME
SizeInBytes: u64
Trait Implementations
impl Clone for WER_REPORT_METADATA_V1
impl Clone for WER_REPORT_METADATA_V1
impl Copy for WER_REPORT_METADATA_V1
Auto Trait Implementations
impl RefUnwindSafe for WER_REPORT_METADATA_V1
impl Send for WER_REPORT_METADATA_V1
impl Sync for WER_REPORT_METADATA_V1
impl Unpin for WER_REPORT_METADATA_V1
impl UnwindSafe for WER_REPORT_METADATA_V1
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