Struct xio_instructionset::Instruction [] [src]

pub struct Instruction {
    pub code: u16,
    pub description: String,
    pub format_string: String,
    pub parameters: Vec<InstructionParameter>,
}

Fields

Trait Implementations

impl Debug for Instruction
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Instruction
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Instruction

impl Sync for Instruction