#[repr(C)]
pub struct DIAGNOSTIC_DATA_RECORD {
Show 14 fields pub rowId: i64, pub timestamp: u64, pub eventKeywords: u64, pub fullEventName: PWSTR, pub providerGroupGuid: PWSTR, pub producerName: PWSTR, pub privacyTags: *mut i32, pub privacyTagCount: u32, pub categoryIds: *mut i32, pub categoryIdCount: u32, pub isCoreData: BOOL, pub extra1: PWSTR, pub extra2: PWSTR, pub extra3: PWSTR,
}
Expand description

Required features: "Win32_Security_DiagnosticDataQuery", "Win32_Foundation"

Fields

rowId: i64timestamp: u64eventKeywords: u64fullEventName: PWSTRproviderGroupGuid: PWSTRproducerName: PWSTRprivacyTags: *mut i32privacyTagCount: u32categoryIds: *mut i32categoryIdCount: u32isCoreData: BOOLextra1: PWSTRextra2: PWSTRextra3: 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.