Struct acpica_sys::Struct_acpi_mpst_shared [] [src]

#[repr(C)]
pub struct 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

Trait Implementations

impl Copy for Struct_acpi_mpst_shared
[src]

impl Clone for Struct_acpi_mpst_shared
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_mpst_shared
[src]

Returns the "default value" for a type. Read more