Enum acpica_sys::Enum_AcpiHestNotifyTypes [] [src]

pub enum Enum_AcpiHestNotifyTypes {
    ACPI_HEST_NOTIFY_POLLED,
    ACPI_HEST_NOTIFY_EXTERNAL,
    ACPI_HEST_NOTIFY_LOCAL,
    ACPI_HEST_NOTIFY_SCI,
    ACPI_HEST_NOTIFY_NMI,
    ACPI_HEST_NOTIFY_CMCI,
    ACPI_HEST_NOTIFY_MCE,
    ACPI_HEST_NOTIFY_RESERVED,
}

Variants

Trait Implementations

impl Clone for Enum_AcpiHestNotifyTypes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiHestNotifyTypes
[src]