Enum acpica_sys::Enum_AcpiAsfType [] [src]

#[repr(u32)]
pub enum Enum_AcpiAsfType { ACPI_ASF_TYPE_INFO, ACPI_ASF_TYPE_ALERT, ACPI_ASF_TYPE_CONTROL, ACPI_ASF_TYPE_BOOT, ACPI_ASF_TYPE_ADDRESS, ACPI_ASF_TYPE_RESERVED, }

Variants

Trait Implementations

impl Clone for Enum_AcpiAsfType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiAsfType
[src]