Enum acpica_sys::Enum_AcpiMadtGicVersion [] [src]

#[repr(u32)]
pub enum Enum_AcpiMadtGicVersion { ACPI_MADT_GIC_VERSION_NONE, ACPI_MADT_GIC_VERSION_V1, ACPI_MADT_GIC_VERSION_V2, ACPI_MADT_GIC_VERSION_V3, ACPI_MADT_GIC_VERSION_V4, ACPI_MADT_GIC_VERSION_RESERVED, }

Variants

Trait Implementations

impl Clone for Enum_AcpiMadtGicVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiMadtGicVersion
[src]