Enum acpica_sys::Enum_AcpiPreferredPmProfiles [] [src]

pub enum Enum_AcpiPreferredPmProfiles {
    PM_UNSPECIFIED,
    PM_DESKTOP,
    PM_MOBILE,
    PM_WORKSTATION,
    PM_ENTERPRISE_SERVER,
    PM_SOHO_SERVER,
    PM_APPLIANCE_PC,
    PM_PERFORMANCE_SERVER,
    PM_TABLET,
}

Variants

Trait Implementations

impl Clone for Enum_AcpiPreferredPmProfiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiPreferredPmProfiles
[src]