#[repr(C, packed(1))]
pub struct WHEA_GENERIC_ERROR_DESCRIPTOR_V2 {
Show 18 fields pub Type: u16, pub Reserved: u8, pub Enabled: u8, pub ErrStatusBlockLength: u32, pub RelatedErrorSourceId: u32, pub ErrStatusAddressSpaceID: u8, pub ErrStatusAddressBitWidth: u8, pub ErrStatusAddressBitOffset: u8, pub ErrStatusAddressAccessSize: u8, pub ErrStatusAddress: i64, pub Notify: WHEA_NOTIFICATION_DESCRIPTOR, pub ReadAckAddressSpaceID: u8, pub ReadAckAddressBitWidth: u8, pub ReadAckAddressBitOffset: u8, pub ReadAckAddressAccessSize: u8, pub ReadAckAddress: i64, pub ReadAckPreserveMask: u64, pub ReadAckWriteMask: u64,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

Type: u16Reserved: u8Enabled: u8ErrStatusBlockLength: u32RelatedErrorSourceId: u32ErrStatusAddressSpaceID: u8ErrStatusAddressBitWidth: u8ErrStatusAddressBitOffset: u8ErrStatusAddressAccessSize: u8ErrStatusAddress: i64Notify: WHEA_NOTIFICATION_DESCRIPTORReadAckAddressSpaceID: u8ReadAckAddressBitWidth: u8ReadAckAddressBitOffset: u8ReadAckAddressAccessSize: u8ReadAckAddress: i64ReadAckPreserveMask: u64ReadAckWriteMask: u64

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.