#[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: u16§Reserved: u8§Enabled: u8§ErrStatusBlockLength: u32§RelatedErrorSourceId: u32§ErrStatusAddressSpaceID: u8§ErrStatusAddressBitWidth: u8§ErrStatusAddressBitOffset: u8§ErrStatusAddressAccessSize: u8§ErrStatusAddress: i64§Notify: WHEA_NOTIFICATION_DESCRIPTOR§ReadAckAddressSpaceID: u8§ReadAckAddressBitWidth: u8§ReadAckAddressBitOffset: u8§ReadAckAddressAccessSize: u8§ReadAckAddress: i64§ReadAckPreserveMask: u64§ReadAckWriteMask: 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.