Enum acpica_sys::Enum_AcpiErstCommandStatus [] [src]

#[repr(u32)]
pub enum Enum_AcpiErstCommandStatus { ACPI_ERST_SUCESS, ACPI_ERST_NO_SPACE, ACPI_ERST_NOT_AVAILABLE, ACPI_ERST_FAILURE, ACPI_ERST_RECORD_EMPTY, ACPI_ERST_NOT_FOUND, ACPI_ERST_STATUS_RESERVED, }

Variants

Trait Implementations

impl Clone for Enum_AcpiErstCommandStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiErstCommandStatus
[src]