Struct acpica_sys::Struct_acpi_mpst_power_data [] [src]

#[repr(C)]
pub struct Struct_acpi_mpst_power_data { pub StructureId: UINT8, pub Flags: UINT8, pub Reserved1: UINT16, pub AveragePower: UINT32, pub PowerSaving: UINT32, pub ExitLatency: UINT64, pub Reserved2: UINT64, }

Fields

Trait Implementations

impl Copy for Struct_acpi_mpst_power_data
[src]

impl Clone for Struct_acpi_mpst_power_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_mpst_power_data
[src]

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