Enum acpica_sys::Enum_AcpiBertErrorSeverity [] [src]

#[repr(u32)]
pub enum Enum_AcpiBertErrorSeverity { ACPI_BERT_ERROR_CORRECTABLE, ACPI_BERT_ERROR_FATAL, ACPI_BERT_ERROR_CORRECTED, ACPI_BERT_ERROR_NONE, ACPI_BERT_ERROR_RESERVED, }

Variants

Trait Implementations

impl Clone for Enum_AcpiBertErrorSeverity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiBertErrorSeverity
[src]