Struct little::Template
[−]
[src]
pub struct Template<V> { pub constants: Options<Constant, V>, pub calls_template: OptionsTemplate<Call>, pub instructions: Vec<Instruction>, pub bindings_capacity: u32, }
All the data required to load the processor.
Fields
constants | |
calls_template | |
instructions | |
bindings_capacity |