Struct stack_graphs::c::sg_partial_path_edge_list_cells[][src]

#[repr(C)]
pub struct sg_partial_path_edge_list_cells { pub cells: *const sg_partial_path_edge_list_cell, pub count: usize, }
Expand description

The array of all of the partial path edge list content in a partial path arena.

Fields

cells: *const sg_partial_path_edge_list_cellcount: usize

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.