Struct stack_graphs::c::sg_partial_paths [−][src]
#[repr(C)]pub struct sg_partial_paths {
pub paths: *const sg_partial_path,
pub count: usize,
}
Expand description
An array of all of the partial paths in a partial path database. Partial path handles are indices into this array. There will never be a valid partial path at index 0; a handle with the value 0 represents a missing partial path.
Fields
paths: *const sg_partial_path
count: usize