Struct stack_graphs::c::sg_partial_scope_stack_cell [−][src]
#[repr(C)]pub struct sg_partial_scope_stack_cell {
pub head: sg_node_handle,
pub tail: sg_path_edge_list_cell_handle,
pub reversed: sg_path_edge_list_cell_handle,
}
Expand description
An element of a partial scope stack.
Fields
head: sg_node_handle
The exported scope at this position in the partial scope stack.
tail: sg_path_edge_list_cell_handle
The handle of the next element in the partial scope stack, or SG_LIST_EMPTY_HANDLE if this is the last element.
reversed: sg_path_edge_list_cell_handle
The handle of the reversal of this partial scope stack.