#[repr(C, packed(1))]
pub struct WHEA_ERROR_SOURCE_DESCRIPTOR { pub Length: u32, pub Version: u32, pub Type: WHEA_ERROR_SOURCE_TYPE, pub State: WHEA_ERROR_SOURCE_STATE, pub MaxRawDataLength: u32, pub NumRecordsToPreallocate: u32, pub MaxSectionsPerRecord: u32, pub ErrorSourceId: u32, pub PlatformErrorSourceId: u32, pub Flags: u32, pub Info: WHEA_ERROR_SOURCE_DESCRIPTOR_0, }
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"

Fields

Length: u32Version: u32Type: WHEA_ERROR_SOURCE_TYPEState: WHEA_ERROR_SOURCE_STATEMaxRawDataLength: u32NumRecordsToPreallocate: u32MaxSectionsPerRecord: u32ErrorSourceId: u32PlatformErrorSourceId: u32Flags: u32Info: WHEA_ERROR_SOURCE_DESCRIPTOR_0

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.