Struct libacpica::acpi_table_iort[][src]

#[repr(C, packed)]
pub struct acpi_table_iort { pub Header: ACPI_TABLE_HEADER, pub NodeCount: UINT32, pub NodeOffset: UINT32, pub Reserved: UINT32, }
Expand description

IORT - IO Remapping Table

Conforms to “IO Remapping Table System Software on ARM Platforms”, Document number: ARM DEN 0049E.b, Feb 2021

Fields

Header: ACPI_TABLE_HEADERNodeCount: UINT32NodeOffset: UINT32Reserved: UINT32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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

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.