Struct definitions::Program [] [src]

pub struct Program {
    pub preamble: String,
    pub version: String,
    pub config: Config,
    pub instructions: Vec<Instruction>,
}

Fields

Trait Implementations

impl Debug for Program
[src]

Formats the value using the given formatter.

impl Clone for Program
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Program
[src]

Returns the "default value" for a type. Read more