Enum acpica_sys::Enum_AcpiIvrsDeviceEntryType [] [src]

#[repr(u32)]
pub enum Enum_AcpiIvrsDeviceEntryType { ACPI_IVRS_TYPE_PAD4, ACPI_IVRS_TYPE_ALL, ACPI_IVRS_TYPE_SELECT, ACPI_IVRS_TYPE_START, ACPI_IVRS_TYPE_END, ACPI_IVRS_TYPE_PAD8, ACPI_IVRS_TYPE_NOT_USED, ACPI_IVRS_TYPE_ALIAS_SELECT, ACPI_IVRS_TYPE_ALIAS_START, ACPI_IVRS_TYPE_EXT_SELECT, ACPI_IVRS_TYPE_EXT_START, ACPI_IVRS_TYPE_SPECIAL, }

Variants

Trait Implementations

impl Clone for Enum_AcpiIvrsDeviceEntryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiIvrsDeviceEntryType
[src]