Struct windows_sys::Win32::System::ErrorReporting::WER_REPORT_METADATA_V1
#[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_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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more