Struct definitions::Program
[−]
[src]
pub struct Program {
pub preamble: String,
pub version: String,
pub config: Config,
pub instructions: Vec<Instruction>,
}Fields
preamble: String
version: String
config: Config
instructions: Vec<Instruction>
Trait Implementations
impl Debug for Program[src]
impl Clone for Program[src]
fn clone(&self) -> Program
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more