Struct stack_graphs::c::sg_partial_scope_stack_cells [−][src]
#[repr(C)]pub struct sg_partial_scope_stack_cells { pub cells: *const sg_partial_scope_stack_cell, pub count: usize, }
Expand description
The array of all of the partial scope stack content in a partial path arena.
Fields
cells: *const sg_partial_scope_stack_cell
count: usize