#[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_DESCRIPTOR§XpfCmcDescriptor: WHEA_XPF_CMC_DESCRIPTOR§XpfNmiDescriptor: WHEA_XPF_NMI_DESCRIPTOR§IpfMcaDescriptor: WHEA_IPF_MCA_DESCRIPTOR§IpfCmcDescriptor: WHEA_IPF_CMC_DESCRIPTOR§IpfCpeDescriptor: WHEA_IPF_CPE_DESCRIPTOR§AerRootportDescriptor: WHEA_AER_ROOTPORT_DESCRIPTOR§AerEndpointDescriptor: WHEA_AER_ENDPOINT_DESCRIPTOR§AerBridgeDescriptor: WHEA_AER_BRIDGE_DESCRIPTOR§GenErrDescriptor: WHEA_GENERIC_ERROR_DESCRIPTOR§GenErrDescriptorV2: WHEA_GENERIC_ERROR_DESCRIPTOR_V2§DeviceDriverDescriptor: 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.