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