Enum xio_instructionset::InstructionCategory[][src]

pub enum InstructionCategory {
    CommandWithoutTimeExtent,
    CommandWithTimeExtent,
    Condition,
    Invalid,
}

Instruction categories.

Variants

Commands without a time extent (e.g. setValue).

Commands with time extent (e.g. wait);

Conditions for commands with time extent.

Invalid category.

Auto Trait Implementations