Struct stack_graphs::graph::PushSymbolNode[][src]

#[repr(C)]
pub struct PushSymbolNode { pub id: NodeID, pub symbol: Handle<Symbol>, pub is_reference: bool, // some fields omitted }
Expand description

Pushes a symbol onto the symbol stack.

Fields

id: NodeID

The unique identifier for this node.

symbol: Handle<Symbol>

The symbol to push onto the symbol stack.

is_reference: bool

Whether this node represents a reference in the source language.

Implementations

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.