Struct ucglib::ast::CallDef
[−]
[src]
pub struct CallDef {
pub macroref: SelectorDef,
pub arglist: Vec<Expression>,
pub pos: Position,
}Represents an expansion of a Macro that is expected to already have been defined.
Fields
macroref: SelectorDef
arglist: Vec<Expression>
pos: Position
Trait Implementations
impl PartialEq for CallDef[src]
fn eq(&self, __arg_0: &CallDef) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CallDef) -> bool[src]
This method tests for !=.
impl Debug for CallDef[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more