Enum acpica_sys::Enum_AcpiEinjInstructions [] [src]

#[repr(u32)]
pub enum Enum_AcpiEinjInstructions { ACPI_EINJ_READ_REGISTER, ACPI_EINJ_READ_REGISTER_VALUE, ACPI_EINJ_WRITE_REGISTER, ACPI_EINJ_WRITE_REGISTER_VALUE, ACPI_EINJ_NOOP, ACPI_EINJ_FLUSH_CACHELINE, ACPI_EINJ_INSTRUCTION_RESERVED, }

Variants

Trait Implementations

impl Clone for Enum_AcpiEinjInstructions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiEinjInstructions
[src]