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]
impl PartialEq for CallDeffn eq(&self, other: &CallDef) -> bool[src]
fn eq(&self, other: &CallDef) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CallDef) -> bool[src]
fn ne(&self, other: &CallDef) -> boolThis method tests for !=.
impl Debug for CallDef[src]
impl Debug for CallDeffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CallDef[src]
impl Clone for CallDef