Struct libacpica::acpi_table_aest[][src]

#[repr(C, packed)]
pub struct acpi_table_aest { pub Header: ACPI_TABLE_HEADER, pub NodeArray: __IncompleteArrayField<*mut c_void>, }
Expand description

AEST - Arm Error Source Table

Conforms to: ACPI for the Armv8 RAS Extensions 1.1 Platform Design Document September 2020.

Fields

Header: ACPI_TABLE_HEADERNodeArray: __IncompleteArrayField<*mut c_void>

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

Performs the conversion.

Performs the conversion.

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.