Enum acpica_sys::Enum_AcpiNfitType [] [src]

#[repr(u32)]
pub enum Enum_AcpiNfitType { ACPI_NFIT_TYPE_SYSTEM_ADDRESS, ACPI_NFIT_TYPE_MEMORY_MAP, ACPI_NFIT_TYPE_INTERLEAVE, ACPI_NFIT_TYPE_SMBIOS, ACPI_NFIT_TYPE_CONTROL_REGION, ACPI_NFIT_TYPE_DATA_REGION, ACPI_NFIT_TYPE_FLUSH_ADDRESS, ACPI_NFIT_TYPE_RESERVED, }

Variants

Trait Implementations

impl Clone for Enum_AcpiNfitType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiNfitType
[src]