#[repr(C)]
pub union WHEA_ERROR_SOURCE_DESCRIPTOR_0 {
    pub XpfMceDescriptor: WHEA_XPF_MCE_DESCRIPTOR,
    pub XpfCmcDescriptor: WHEA_XPF_CMC_DESCRIPTOR,
    pub XpfNmiDescriptor: WHEA_XPF_NMI_DESCRIPTOR,
    pub IpfMcaDescriptor: WHEA_IPF_MCA_DESCRIPTOR,
    pub IpfCmcDescriptor: WHEA_IPF_CMC_DESCRIPTOR,
    pub IpfCpeDescriptor: WHEA_IPF_CPE_DESCRIPTOR,
    pub AerRootportDescriptor: WHEA_AER_ROOTPORT_DESCRIPTOR,
    pub AerEndpointDescriptor: WHEA_AER_ENDPOINT_DESCRIPTOR,
    pub AerBridgeDescriptor: WHEA_AER_BRIDGE_DESCRIPTOR,
    pub GenErrDescriptor: WHEA_GENERIC_ERROR_DESCRIPTOR,
    pub GenErrDescriptorV2: WHEA_GENERIC_ERROR_DESCRIPTOR_V2,
    pub DeviceDriverDescriptor: WHEA_DEVICE_DRIVER_DESCRIPTOR,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"

Fields

XpfMceDescriptor: WHEA_XPF_MCE_DESCRIPTORXpfCmcDescriptor: WHEA_XPF_CMC_DESCRIPTORXpfNmiDescriptor: WHEA_XPF_NMI_DESCRIPTORIpfMcaDescriptor: WHEA_IPF_MCA_DESCRIPTORIpfCmcDescriptor: WHEA_IPF_CMC_DESCRIPTORIpfCpeDescriptor: WHEA_IPF_CPE_DESCRIPTORAerRootportDescriptor: WHEA_AER_ROOTPORT_DESCRIPTORAerEndpointDescriptor: WHEA_AER_ENDPOINT_DESCRIPTORAerBridgeDescriptor: WHEA_AER_BRIDGE_DESCRIPTORGenErrDescriptor: WHEA_GENERIC_ERROR_DESCRIPTORGenErrDescriptorV2: WHEA_GENERIC_ERROR_DESCRIPTOR_V2DeviceDriverDescriptor: WHEA_DEVICE_DRIVER_DESCRIPTOR

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.