Enum libacpica::Enum_AcpiErstActions[][src]

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

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

Trait Implementations

impl Clone for Enum_AcpiErstActions[src]

impl Copy for Enum_AcpiErstActions[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.