Enum ldscript_parser::Command
[−]
[src]
pub enum Command { Call { name: String, arguments: Vec<Expression>, }, Include { file: String, }, }
Variants
Call
Fields of Call
name: String | |
arguments: Vec<Expression> |
Include
Fields of Include
file: String |