Struct ucglib::ast::tree::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

Trait Implementations

impl PartialEq for CallDef
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for CallDef
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CallDef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CallDef

impl Sync for CallDef