Struct stack_graphs::c::sg_scope_stack_cell [−][src]
#[repr(C)]pub struct sg_scope_stack_cell { pub head: sg_node_handle, pub tail: sg_scope_stack_cell_handle, }
Expand description
An element of a scope stack.
Fields
head: sg_node_handleThe exported scope at this position in the scope stack.
tail: sg_scope_stack_cell_handleThe handle of the next element in the scope stack, or SG_SCOPE_STACK_EMPTY_HANDLE if this is the last element.