Struct acpica_sys::Struct_acpi_mpst_power_node [] [src]

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

Flags: UINT8 Reserved1: UINT8 NodeId: UINT16 Length: UINT32 RangeAddress: UINT64 RangeLength: UINT64 NumPowerStates: UINT32 NumPhysicalComponents: UINT32

Trait Implementations

impl Copy for Struct_acpi_mpst_power_node
[src]

impl Clone for Struct_acpi_mpst_power_node
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_mpst_power_node
[src]

fn default() -> Self

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