#[repr(C, packed(1))]
pub struct WHEA_GENERIC_ERROR_DESCRIPTOR { 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, }
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

Type: u16Reserved: u8Enabled: u8ErrStatusBlockLength: u32RelatedErrorSourceId: u32ErrStatusAddressSpaceID: u8ErrStatusAddressBitWidth: u8ErrStatusAddressBitOffset: u8ErrStatusAddressAccessSize: u8ErrStatusAddress: i64Notify: WHEA_NOTIFICATION_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.