Struct acpica_sys::Struct_acpi_mpst_power_node [] [src]

#[repr(C)]
pub struct Struct_acpi_mpst_power_node { pub Flags: UINT8, pub Reserved1: UINT8, pub NodeId: UINT16, pub Length: UINT32, pub RangeAddress: UINT64, pub RangeLength: UINT64, pub NumPowerStates: UINT32, pub NumPhysicalComponents: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_mpst_power_node
[src]

impl Clone for Struct_acpi_mpst_power_node
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_mpst_power_node
[src]

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