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