Struct libacpica::acpi_pcct_hw_reduced[][src]

#[repr(C, packed)]
pub struct acpi_pcct_hw_reduced { pub Header: ACPI_SUBTABLE_HEADER, pub PlatformInterrupt: UINT32, pub Flags: UINT8, pub Reserved: UINT8, pub BaseAddress: UINT64, pub Length: UINT64, pub DoorbellRegister: ACPI_GENERIC_ADDRESS, pub PreserveMask: UINT64, pub WriteMask: UINT64, pub Latency: UINT32, pub MaxAccessRate: UINT32, pub MinTurnaroundTime: UINT16, }

Fields

Header: ACPI_SUBTABLE_HEADERPlatformInterrupt: UINT32Flags: UINT8Reserved: UINT8BaseAddress: UINT64Length: UINT64DoorbellRegister: ACPI_GENERIC_ADDRESSPreserveMask: UINT64WriteMask: UINT64Latency: UINT32MaxAccessRate: UINT32MinTurnaroundTime: UINT16

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.