Struct libacpica::acpi_pcct_ext_pcc_master[][src]

#[repr(C, packed)]
pub struct acpi_pcct_ext_pcc_master {
Show 23 fields pub Header: ACPI_SUBTABLE_HEADER, pub PlatformInterrupt: UINT32, pub Flags: UINT8, pub Reserved1: UINT8, pub BaseAddress: UINT64, pub Length: UINT32, pub DoorbellRegister: ACPI_GENERIC_ADDRESS, pub PreserveMask: UINT64, pub WriteMask: UINT64, pub Latency: UINT32, pub MaxAccessRate: UINT32, pub MinTurnaroundTime: UINT32, pub PlatformAckRegister: ACPI_GENERIC_ADDRESS, pub AckPreserveMask: UINT64, pub AckSetMask: UINT64, pub Reserved2: UINT64, pub CmdCompleteRegister: ACPI_GENERIC_ADDRESS, pub CmdCompleteMask: UINT64, pub CmdUpdateRegister: ACPI_GENERIC_ADDRESS, pub CmdUpdatePreserveMask: UINT64, pub CmdUpdateSetMask: UINT64, pub ErrorStatusRegister: ACPI_GENERIC_ADDRESS, pub ErrorStatusMask: UINT64,
}

Fields

Header: ACPI_SUBTABLE_HEADERPlatformInterrupt: UINT32Flags: UINT8Reserved1: UINT8BaseAddress: UINT64Length: UINT32DoorbellRegister: ACPI_GENERIC_ADDRESSPreserveMask: UINT64WriteMask: UINT64Latency: UINT32MaxAccessRate: UINT32MinTurnaroundTime: UINT32PlatformAckRegister: ACPI_GENERIC_ADDRESSAckPreserveMask: UINT64AckSetMask: UINT64Reserved2: UINT64CmdCompleteRegister: ACPI_GENERIC_ADDRESSCmdCompleteMask: UINT64CmdUpdateRegister: ACPI_GENERIC_ADDRESSCmdUpdatePreserveMask: UINT64CmdUpdateSetMask: UINT64ErrorStatusRegister: ACPI_GENERIC_ADDRESSErrorStatusMask: UINT64

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.