Enum libacpica::Enum_AcpiErstInstructions[][src]

#[repr(u32)]pub enum Enum_AcpiErstInstructions {
    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

impl Clone for Enum_AcpiErstInstructions[src]

impl Copy for Enum_AcpiErstInstructions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.