Struct stack_graphs::c::sg_path[][src]

#[repr(C)]
pub struct sg_path { pub start_node: sg_node_handle, pub end_node: sg_node_handle, pub symbol_stack: sg_symbol_stack, pub scope_stack: sg_scope_stack, pub edges: sg_path_edge_list, }
Expand description

A sequence of edges from a stack graph. A complete path represents a full name binding in a source language.

Fields

start_node: sg_node_handleend_node: sg_node_handlesymbol_stack: sg_symbol_stackscope_stack: sg_scope_stackedges: sg_path_edge_list

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.