Enum libacpica::AcpiErstInstructions[][src]

#[repr(u32)]
pub enum AcpiErstInstructions {
Show 20 variants ACPI_ERST_READ_REGISTER, ACPI_ERST_READ_REGISTER_VALUE, ACPI_ERST_WRITE_REGISTER, ACPI_ERST_WRITE_REGISTER_VALUE, ACPI_ERST_NOOP, ACPI_ERST_LOAD_VAR1, ACPI_ERST_LOAD_VAR2, ACPI_ERST_STORE_VAR1, ACPI_ERST_ADD, ACPI_ERST_SUBTRACT, ACPI_ERST_ADD_VALUE, ACPI_ERST_SUBTRACT_VALUE, ACPI_ERST_STALL, ACPI_ERST_STALL_WHILE_TRUE, ACPI_ERST_SKIP_NEXT_IF_TRUE, ACPI_ERST_GOTO, ACPI_ERST_SET_SRC_ADDRESS_BASE, ACPI_ERST_SET_DST_ADDRESS_BASE, ACPI_ERST_MOVE_DATA, ACPI_ERST_INSTRUCTION_RESERVED,
}

Variants

ACPI_ERST_READ_REGISTER
ACPI_ERST_READ_REGISTER_VALUE
ACPI_ERST_WRITE_REGISTER
ACPI_ERST_WRITE_REGISTER_VALUE
ACPI_ERST_NOOP
ACPI_ERST_LOAD_VAR1
ACPI_ERST_LOAD_VAR2
ACPI_ERST_STORE_VAR1
ACPI_ERST_ADD
ACPI_ERST_SUBTRACT
ACPI_ERST_ADD_VALUE
ACPI_ERST_SUBTRACT_VALUE
ACPI_ERST_STALL
ACPI_ERST_STALL_WHILE_TRUE
ACPI_ERST_SKIP_NEXT_IF_TRUE
ACPI_ERST_GOTO
ACPI_ERST_SET_SRC_ADDRESS_BASE
ACPI_ERST_SET_DST_ADDRESS_BASE
ACPI_ERST_MOVE_DATA
ACPI_ERST_INSTRUCTION_RESERVED

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.