Enum acpica_sys::Enum_AcpiWdatInstructions [] [src]

#[repr(u32)]
pub enum Enum_AcpiWdatInstructions { ACPI_WDAT_READ_VALUE, ACPI_WDAT_READ_COUNTDOWN, ACPI_WDAT_WRITE_VALUE, ACPI_WDAT_WRITE_COUNTDOWN, ACPI_WDAT_INSTRUCTION_RESERVED, ACPI_WDAT_PRESERVE_REGISTER, }

Variants

Trait Implementations

impl Clone for Enum_AcpiWdatInstructions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_AcpiWdatInstructions
[src]