Enum acpica_sys::Enum_AcpiErstActions [] [src]

pub enum Enum_AcpiErstActions {
    ACPI_ERST_BEGIN_WRITE,
    ACPI_ERST_BEGIN_READ,
    ACPI_ERST_BEGIN_CLEAR,
    ACPI_ERST_END,
    ACPI_ERST_SET_RECORD_OFFSET,
    ACPI_ERST_EXECUTE_OPERATION,
    ACPI_ERST_CHECK_BUSY_STATUS,
    ACPI_ERST_GET_COMMAND_STATUS,
    ACPI_ERST_GET_RECORD_ID,
    ACPI_ERST_SET_RECORD_ID,
    ACPI_ERST_GET_RECORD_COUNT,
    ACPI_ERST_BEGIN_DUMMY_WRIITE,
    ACPI_ERST_NOT_USED,
    ACPI_ERST_GET_ERROR_RANGE,
    ACPI_ERST_GET_ERROR_LENGTH,
    ACPI_ERST_GET_ERROR_ATTRIBUTES,
    ACPI_ERST_EXECUTE_TIMINGS,
    ACPI_ERST_ACTION_RESERVED,
}

Variants

Trait Implementations

impl Clone for Enum_AcpiErstActions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiErstActions
[src]