Struct libacpica::acpi_table_rgrt[][src]

#[repr(C, packed)]
pub struct acpi_table_rgrt { pub Header: ACPI_TABLE_HEADER, pub Version: UINT16, pub ImageType: UINT8, pub Reserved: UINT8, pub Image: __IncompleteArrayField<UINT8>, }
Expand description

RGRT - Regulatory Graphics Resource Table Version 1

Conforms to “ACPI RGRT” available at: https://microsoft.github.io/mu/dyn/mu_plus/MsCorePkg/AcpiRGRT/feature_acpi_rgrt/

Fields

Header: ACPI_TABLE_HEADERVersion: UINT16ImageType: UINT8Reserved: UINT8Image: __IncompleteArrayField<UINT8>

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.