Struct libacpica::acpi_table_tcpa_server[][src]

#[repr(C, packed)]
pub struct acpi_table_tcpa_server {
Show 16 fields pub Reserved: UINT16, pub MinimumLogLength: UINT64, pub LogAddress: UINT64, pub SpecRevision: UINT16, pub DeviceFlags: UINT8, pub InterruptFlags: UINT8, pub GpeNumber: UINT8, pub Reserved2: [UINT8; 3], pub GlobalInterrupt: UINT32, pub Address: ACPI_GENERIC_ADDRESS, pub Reserved3: UINT32, pub ConfigAddress: ACPI_GENERIC_ADDRESS, pub Group: UINT8, pub Bus: UINT8, pub Device: UINT8, pub Function: UINT8,
}

Fields

Reserved: UINT16MinimumLogLength: UINT64LogAddress: UINT64SpecRevision: UINT16DeviceFlags: UINT8InterruptFlags: UINT8GpeNumber: UINT8Reserved2: [UINT8; 3]GlobalInterrupt: UINT32Address: ACPI_GENERIC_ADDRESSReserved3: UINT32ConfigAddress: ACPI_GENERIC_ADDRESSGroup: UINT8Bus: UINT8Device: UINT8Function: UINT8

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.