Struct libacpica::acpi_mpst_shared[][src]

#[repr(C, packed)]
pub struct acpi_mpst_shared { pub Signature: UINT32, pub PccCommand: UINT16, pub PccStatus: UINT16, pub CommandRegister: UINT32, pub StatusRegister: UINT32, pub PowerStateId: UINT32, pub PowerNodeId: UINT32, pub EnergyConsumed: UINT64, pub AveragePower: UINT64, }

Fields

Signature: UINT32PccCommand: UINT16PccStatus: UINT16CommandRegister: UINT32StatusRegister: UINT32PowerStateId: UINT32PowerNodeId: UINT32EnergyConsumed: UINT64AveragePower: 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.